Skip to content

Commit c568a36

Browse files
committed
Disable the auto-deploy for test
Change-freeze for release_1a.
1 parent 85174f5 commit c568a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deploy
22
run-name: ${{ github.event_name == 'workflow_dispatch' && format('Deploy to {0}', inputs.environment) || null }}
33

4-
on:
5-
push:
6-
branches: [main]
4+
# on:
5+
# push:
6+
# branches: [main]
77

88
workflow_dispatch:
99
inputs:

0 commit comments

Comments
 (0)