Skip to content

Commit a9f2113

Browse files
committed
trig
1 parent 50d9b02 commit a9f2113

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)