Skip to content

Commit bf59e38

Browse files
authored
Update deploy.yaml
1 parent 1186a9c commit bf59e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ permissions: read-all
33

44
on:
55
push:
6-
branches:
7-
- main
6+
# branches:
7+
# - main
88
workflow_dispatch:
99
branches:
1010
- main
@@ -25,7 +25,7 @@ jobs:
2525
environment: prod2
2626
secrets: inherit
2727
# needs: deploy_prod3
28-
if: github.ref == 'refs/heads/main'
28+
#if: github.ref == 'refs/heads/main'
2929

3030
deploy_prod1:
3131
name: Deploy prod1

0 commit comments

Comments
 (0)