Adjust workflows for cb/latest/pr

This commit is contained in:
Sander Saares 2019-12-23 19:15:28 +02:00
parent b55e8f33b4
commit 9a8be857b8
3 changed files with 36 additions and 2 deletions

7
.github/workflows/pr.yml vendored Normal file
View file

@ -0,0 +1,7 @@
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: docker build .