We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde6318 commit bd01401Copy full SHA for bd01401
.github/workflows/deploy.yml
@@ -7,8 +7,8 @@ on:
7
8
jobs:
9
deploy:
10
+ if: github.event_name == 'push' && env.RUN_DEPLOY == 'true'
11
runs-on: ubuntu-latest
- if: ${{ secrets.RUN_DEPLOY == 'true' }}
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v4
0 commit comments