cicd: run on every pull request, but only deploy on testing
This commit is contained in:
parent
d9729a68ff
commit
80558a241d
2 changed files with 21 additions and 0 deletions
|
@ -2,6 +2,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- testing
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue