Build on every push to main, not just tags
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
f5f8198 parent: d30c413 modified
.github/workflows/release.yml +1 -0 | @@ -2,6 +2,7 @@ name: release | ||
| 2 | 2 | |
| 3 | 3 | on: |
| 4 | 4 | push: |
| 5 | + branches: [main] | |
| 5 | 6 | tags: ["v*"] |
| 6 | 7 | workflow_dispatch: |
| 7 | 8 | |
| @@ -2,6 +2,7 @@ name: release | |||
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | push: | 4 | push: |
| 5 | + branches: [main] | ||
| 5 | tags: ["v*"] | 6 | tags: ["v*"] |
| 6 | workflow_dispatch: | 7 | workflow_dispatch: |
| 7 | 8 | ||