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 5767151 commit 8b32e88Copy full SHA for 8b32e88
.github/workflows/test.yml
@@ -2,6 +2,9 @@ name: Test
2
3
on:
4
push:
5
+ branches:
6
+ - 'master'
7
+ - 'dev*'
8
pull_request:
9
schedule:
10
- cron: "0 23 * * 0-4" # 08:00 JST, Monday to Friday
0 commit comments