Skip to content

Commit

Permalink
fix: don't run the workflow on tags
Browse files Browse the repository at this point in the history
It's not necessary and will result in a no-op.
  • Loading branch information
martinohmann committed Nov 29, 2024
1 parent 8c517e1 commit 961cb50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
tags:
- "v*"

permissions: read-all

Expand Down

0 comments on commit 961cb50

Please sign in to comment.