We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9912ff commit 9409b9cCopy full SHA for 9409b9c
1 file changed
.github/workflows/deploy-prod.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
- if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'chore: release') }}
+ if: "${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'chore: release') }}"
12
steps:
13
- name: Trigger Vercel production deploy
14
env:
0 commit comments