Merge pull request #41 from CirclesUBI/fix/op-159
OP-159: fix(workflow): add feature/server_only branch trigger
This commit is contained in:
commit
43126cfdbf
2 changed files with 3 additions and 4 deletions
4
.github/workflows/container-image.yml
vendored
4
.github/workflows/container-image.yml
vendored
|
@ -3,9 +3,9 @@ name: Container Image
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
- dev
|
||||
- feature/server_only
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-build-and-push:
|
||||
|
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -1,9 +1,8 @@
|
|||
name: BuildAndTest
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "dev" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue