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 02d829b commit 03b0672
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
- "*" # Matches all branches
schedule:
- cron: "0 22 * * *" # 한국 시간 기준 아침 7시 실행
workflow_dispatch: # Allows manual triggering
Expand Down

0 comments on commit 03b0672

Please sign in to comment.