Skip to content

Commit cc0b7d2

Browse files
Only run CI on the main branch and PRs
1 parent 3e5c283 commit cc0b7d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- "**"
6+
- "main"
77
pull_request:
8-
branches:
9-
- '**'
108

119
jobs:
1210
build:

0 commit comments

Comments
 (0)