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 85c2a8d commit dc40286Copy full SHA for dc40286
.github/workflows/deploy.yml
@@ -44,7 +44,6 @@ jobs:
44
curl -X POST "${{ secrets.WEBHOOK_URL_MAIN }}"
45
elif [ "${{ github.ref_name }}" = "next" ]; then
46
curl -X POST "${{ secrets.WEBHOOK_URL_NEXT }}"
47
- fi
48
elif [ "${{ github.ref_name }}" = "test" ]; then
49
50
fi
0 commit comments