Skip to content

Commit 334ef02

Browse files
authored
Merge pull request #441 from baseballlover723/pr/update_ci_build_on
only run CI on master and on PRs against master
2 parents e8c46d6 + 05a1a73 commit 334ef02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5+
branches: [ master ]
56
pull_request:
6-
branches:
7-
- master
7+
branches: [ master ]
88

99
jobs:
1010
check_duplicate_runs:

0 commit comments

Comments
 (0)