We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4974b01 commit f577bcbCopy full SHA for f577bcb
.github/workflows/fetch_news.yml
@@ -5,6 +5,9 @@ on:
5
# 毎朝 9:00 JST
6
- cron: '0 0 * * *'
7
workflow_dispatch:
8
+ pull_request:
9
+ branches:
10
+ - "*"
11
12
jobs:
13
fetch:
0 commit comments