Skip to content

Commit bd01401

Browse files
update actions
1 parent dde6318 commit bd01401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77

88
jobs:
99
deploy:
10+
if: github.event_name == 'push' && env.RUN_DEPLOY == 'true'
1011
runs-on: ubuntu-latest
11-
if: ${{ secrets.RUN_DEPLOY == 'true' }}
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)