trigger build on push to dev
This commit is contained in:
parent
194d08f521
commit
4ec9f69429
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue