Skip to content

Commit

Permalink
Activate image builds on push to release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Nov 2, 2023
1 parent a82013e commit be1a98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish the production container image to the GitHub Registry
# Run this workflow every time on every push to the branch `release`.
on:
push:
branches: ['feature/runnable-container']
branches: ['release']

env:
IMAGE_NAME: imap-backup
Expand Down

0 comments on commit be1a98c

Please sign in to comment.