Skip to content

Commit

Permalink
OP-159: fix(workflow): add feature/server_only branch trigger, remove…
Browse files Browse the repository at this point in the history
… unused
  • Loading branch information
almereyda committed Jul 20, 2023
1 parent 37a44f8 commit 95321ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Container Image
on:
push:
branches:
- main
- next
- dev
- feature/server_only
workflow_dispatch:

jobs:
call-build-and-push:
Expand Down

0 comments on commit 95321ff

Please sign in to comment.