Skip to content

Commit 89c0a09

Browse files
committed
rebuild
1 parent 210a653 commit 89c0a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Check for webhook URL
9191
id: check
92-
if: github.ref == github.event.repository.default_branch
92+
if: ${{ github.ref_name == github.event.repository.default_branch }}
9393
run: echo "has-nightly-webhook=${{ secrets.NIGHTLY_WEBHOOK != '' }}" >> $GITHUB_OUTPUT
9494

9595
- name: Send Discord webhook

0 commit comments

Comments
 (0)