Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# The cron only ever fires on the default branch, but a manual dispatch can
# target any branch. Without this guard, dispatching against a version
# branch would bump, tag and publish that branch to npm as latest.
if: github.ref == 'refs/heads/master'
if: github.ref_name == github.event.repository.default_branch

steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Expand Down
Loading