Skip to content

Commit

Permalink
set image action to run on release push
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Feb 15, 2024
1 parent 7cd8050 commit 044bb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create and publish a Docker image

on:
push:
branches: ['develop-update-image-action']
branches: ['release']
tags:
- '*'

Expand Down

0 comments on commit 044bb12

Please sign in to comment.