Skip to content

Commit

Permalink
Add main branch to CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Mar 7, 2024
1 parent 02a370c commit 04f7f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ name: TM Backend Container Image Build
on:
push:
branches:
- main
- develop
- deployment/hot-tasking-manager
- deployment/container-tasking-manager
- deployment/demo-tasking-manager

pull_request:
branches:
- main
- develop
- develop
- deployment/hot-tasking-manager
- deployment/container-tasking-manager
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Create and publish a Docker image
on:
push:
branches:
- main
- develop
- deployment/hot-tasking-manager
- deployment/demo-tasking-manager
Expand Down

0 comments on commit 04f7f5a

Please sign in to comment.