Skip to content

Commit dc40286

Browse files
committed
fix GitHub Actions
1 parent 85c2a8d commit dc40286

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
curl -X POST "${{ secrets.WEBHOOK_URL_MAIN }}"
4545
elif [ "${{ github.ref_name }}" = "next" ]; then
4646
curl -X POST "${{ secrets.WEBHOOK_URL_NEXT }}"
47-
fi
4847
elif [ "${{ github.ref_name }}" = "test" ]; then
4948
curl -X POST "${{ secrets.WEBHOOK_URL_NEXT }}"
5049
fi

0 commit comments

Comments
 (0)