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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- next
|
|
||||||
- dev
|
- dev
|
||||||
|
- feature/server_only
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-build-and-push:
|
call-build-and-push:
|
||||||
|
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -1,9 +1,8 @@
|
||||||
name: BuildAndTest
|
name: BuildAndTest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "dev" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in a new issue