Skip to content

Commit

Permalink
Update docker-publish-release to not trigger on pull requests
Browse files Browse the repository at this point in the history
Runs but does not publish on merge to master
  • Loading branch information
pschork committed Oct 19, 2024
1 parent 78e4fc6 commit 0889327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
tags:
- v*
pull_request:
branches:
- master
workflow_dispatch:
inputs:
force:
Expand Down

0 comments on commit 0889327

Please sign in to comment.