Skip to content

Commit

Permalink
ci: release on workflow_dispatch (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Jul 15, 2024
1 parent ab789bc commit ec74edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

release:
name: Release
if: github.repository == 'bfra-me/works' && github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.repository == 'bfra-me/works' && github.ref == 'refs/heads/main'
needs:
- test
permissions:
Expand Down

0 comments on commit ec74edb

Please sign in to comment.