Merge pull request #41 from CirclesUBI/fix/op-159

OP-159: fix(workflow): add feature/server_only branch trigger
This commit is contained in:
jon r 2023-07-20 18:15:37 +02:00 committed by GitHub
commit 43126cfdbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

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:

View file

@ -1,9 +1,8 @@
name: BuildAndTest
on:
push:
pull_request:
branches: [ "main" ]
branches: [ "dev" ]
env:
CARGO_TERM_COLOR: always