Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Revert "Release only on tag."
Browse files Browse the repository at this point in the history
This reverts commit 6077529.
  • Loading branch information
fire committed Oct 30, 2024
1 parent ac45909 commit 9d48cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: merge
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Create Release
id: create_release
Expand Down

0 comments on commit 9d48cfd

Please sign in to comment.