Skip to content

Commit

Permalink
Merge pull request #41 from CirclesUBI/fix/op-159
Browse files Browse the repository at this point in the history
OP-159: fix(workflow): add feature/server_only branch trigger
  • Loading branch information
almereyda authored Jul 20, 2023
2 parents 37a44f8 + 218e96b commit 43126cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: BuildAndTest

on:
push:
pull_request:
branches: [ "main" ]
branches: [ "dev" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 43126cf

Please sign in to comment.