Adjust workflows for cb/latest/pr
This commit is contained in:
parent
b55e8f33b4
commit
9a8be857b8
3 changed files with 36 additions and 2 deletions
7
.github/workflows/pr.yml
vendored
Normal file
7
.github/workflows/pr.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- run: docker build .
|
Loading…
Add table
Add a link
Reference in a new issue