Skip to content

Commit

Permalink
Don't run release action on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Oct 7, 2024
1 parent e86f6a3 commit 32ba2f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: release
on:
push:
branches: [main]
tags: ["v*"]
jobs:
publish:
Expand Down

0 comments on commit 32ba2f0

Please sign in to comment.