OP-159: fix(workflow): add feature/server_only branch trigger, remove unused
This commit is contained in:
parent
37a44f8523
commit
95321ffff1
1 changed files with 2 additions and 2 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:
|
||||||
|
|
Loading…
Reference in a new issue