We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224969a commit 130521bCopy full SHA for 130521b
.github/workflows/test-secrets.yml
@@ -3,7 +3,7 @@ name: Test Secrets
3
on:
4
push:
5
branches:
6
- - main # main 브랜치에서 push될 때 실행
+ - backend
7
workflow_dispatch: # 수동 실행 가능하도록 설정
8
9
jobs:
0 commit comments