Skip to content

Commit

Permalink
fix: updated workflow to start on the release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmariano committed Jul 27, 2024
1 parent 1b7e330 commit fb4ce2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish Docker image
on:
push:
branches:
- 'release/*'
release:
types: [released]
jobs:
Expand Down

0 comments on commit fb4ce2f

Please sign in to comment.