Skip to content

Commit 5424439

Browse files
committed
2 parents 1c1d3ad + 20204db commit 5424439

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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:

.github/workflows/deploy-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Productions
22

33
on:
44
push:

0 commit comments

Comments
 (0)