Skip to content

Commit

Permalink
Add push event on master branch for Docker image release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent 017a7d7 commit df1df74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ name: Publish Docker Image
on:
release:
types: [ published ]
push:
branches:
- 'master'

jobs:
docker:
Expand Down

0 comments on commit df1df74

Please sign in to comment.