Skip to content

Commit

Permalink
fix: only run publish to dockerhub on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Jun 11, 2024
1 parent a5ce1da commit ed01c3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Publish Docker image
on:
release:
types: [published]
pull_request:
branches: [ "main" ]

jobs:
push_to_registry:
Expand Down

0 comments on commit ed01c3e

Please sign in to comment.