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 36b30b4 commit 7a118dcCopy full SHA for 7a118dc
.github/workflows/test_release.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- name: Check if the branch is main for workflow dispatches
29
run: |
30
- if ["${{ github.event_name }}" == "workflow_dispatch"] && [ "${{ github.ref }}" != "refs/heads/main" ]; then
+ if [ "${{ github.event_name }}" == "workflow_dispatch" ] && [ "${{ github.ref }}" != "refs/heads/main" ]; then
31
echo "This workflow can only run on the main branch. Exiting."
32
exit 0
33
fi
0 commit comments