We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26cb8a commit ded3377Copy full SHA for ded3377
1 file changed
.github/workflows/prod-cd.yml
@@ -2,6 +2,7 @@
2
name: RUNNECT-PROD-CD
3
4
# 해당 workflow가 언제 실행될 것인지에 대한 트리거를 지정
5
+# push시에 실행
6
on:
7
push:
8
branches: [ main ] # main branch로 push 될 때 실행됩니다.
0 commit comments