Skip to content

Commit

Permalink
fix: branch 명 전체브랜치에서 개별 브랜치로 수정 #443
Browse files Browse the repository at this point in the history
  • Loading branch information
novice0840 committed Jan 14, 2025
1 parent 03b0672 commit 61aa429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/progress-alarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Progress Alarm for Discord
on:
push: # Trigger the workflow on every push
branches:
- "*" # Matches all branches
- "feat/#443" # Matches all branches
schedule:
- cron: "0 22 * * *" # 한국 시간 기준 아침 7시 실행
workflow_dispatch: # Allows manual triggering
Expand Down

0 comments on commit 61aa429

Please sign in to comment.