Skip to content

Commit 92270d0

Browse files
committed
feat(CI): feat(CI): Deactivation pipeline in dev server
1 parent cf1c044 commit 92270d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-dev.yaml

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-
- feature/cd
7-
workflow_dispatch:
4+
# push:
5+
# branches:
6+
# # - dev
7+
# workflow_dispatch:
88

99
jobs:
1010
deploy:

0 commit comments

Comments
 (0)