OP-159: fix(workflow): add feature/server_only branch trigger, remove unused

This commit is contained in:
jon r 2023-07-20 18:13:13 +02:00
parent 37a44f8523
commit 95321ffff1

View file

@ -3,9 +3,9 @@ name: Container Image
on:
push:
branches:
- main
- next
- dev
- feature/server_only
workflow_dispatch:
jobs:
call-build-and-push: