Skip to content

Commit

Permalink
feat(build-docker): add additional branch for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Nov 16, 2023
1 parent 4d2b850 commit 4a4daaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create and publish a Docker image

on:
push:
branches: ['dev', 'master', 'dev-flex']
branches: ['dev', 'master', 'dev-flex', 'mtc-deploy']

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 4a4daaf

Please sign in to comment.