Skip to content

Commit f0190b8

Browse files
Only run CI checks once
1 parent 6e5356b commit f0190b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- "*"
6+
- "**"
7+
branches_ignore:
8+
- 'refs/pull/*'
79
pull_request:
10+
branches:
11+
- '**'
812

913
jobs:
1014
build:

0 commit comments

Comments
 (0)