Skip to content

Commit 0c1dc95

Browse files
committed
depl trigger
1 parent ccb1c78 commit 0c1dc95

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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

33
on:
4-
# push:
5-
# branches:
6-
# - 'blue-green-deploy'
4+
push:
5+
branches:
6+
- 'blue-green-deploy'
77
workflow_dispatch:
88

99
permissions:

.github/workflows/init.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Init
22

33
on:
4-
push:
5-
branches:
6-
- 'blue-green-deploy'
4+
# push:
5+
# branches:
6+
# - 'blue-green-deploy'
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)