We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210a653 commit 89c0a09Copy full SHA for 89c0a09
1 file changed
.github/workflows/multi-platform.yml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Check for webhook URL
91
id: check
92
- if: github.ref == github.event.repository.default_branch
+ if: ${{ github.ref_name == github.event.repository.default_branch }}
93
run: echo "has-nightly-webhook=${{ secrets.NIGHTLY_WEBHOOK != '' }}" >> $GITHUB_OUTPUT
94
95
- name: Send Discord webhook
0 commit comments