Skip to content

Commit eb011d4

Browse files
authored
Update release.yml
1 parent 869a234 commit eb011d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: 🎁 Publish new release
1818
# Only run on manual dispatch or on merged 'release-' pull requests
1919
if: github.ref == 'refs/heads/stable' ||
20-
github.event.pull_request.merged == true && startsWith(github.ref, 'refs/heads/release/v') == true
20+
github.event.pull_request.merged == true && startsWith(github.head_ref, 'refs/heads/release/v') == true
2121
runs-on: ubuntu-latest
2222
steps:
2323

0 commit comments

Comments
 (0)