Skip to content

Commit ca825fd

Browse files
committed
ワークフローをブランチでも実行
1 parent 57c0d0f commit ca825fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fetch_news.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# 毎朝 9:00 JST
66
- cron: '0 0 * * *'
77
workflow_dispatch:
8+
pull_request:
9+
branches:
10+
- "*"
811

912
jobs:
1013
fetch:

0 commit comments

Comments
 (0)