Skip to content

Commit 5ff933d

Browse files
committed
feat: disable auto deploy
1 parent fff9a72 commit 5ff933d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Deploy
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- master
4+
# push:
5+
# branches:
6+
# - main
7+
# - master
88

99
# manual trigger
1010
workflow_dispatch:

0 commit comments

Comments
 (0)