Skip to content

Commit 8b32e88

Browse files
committed
Prevent duplicate test runs when creating a PR from a branch
1 parent 5767151 commit 8b32e88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test
22

33
on:
44
push:
5+
branches:
6+
- 'master'
7+
- 'dev*'
58
pull_request:
69
schedule:
710
- cron: "0 23 * * 0-4" # 08:00 JST, Monday to Friday

0 commit comments

Comments
 (0)