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 57c0d0f commit ca825fdCopy full SHA for ca825fd
.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