Skip to content

Commit

Permalink
Refactor GitHubワークフロー to add branch restriction for license year update
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 committed Oct 27, 2024
1 parent 1a70cc3 commit bf48a16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-license-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
schedule:
- cron: "0 0 1 1 *" # 毎年1月1日に実行
workflow_dispatch:
push:
branches:
- "feature/refactor-update-license-workflow-5-20241027"

jobs:
commit-changes:
Expand Down

0 comments on commit bf48a16

Please sign in to comment.