Skip to content

Commit 8bfa1e9

Browse files
authored
chore: limit CI runs to master pushes & PRs (#366)
1 parent 75abf0b commit 8bfa1e9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .github/workflows/tests.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Tests
22

3-
on: [push, pull_request]
4-
3+
on:
4+
push:
5+
branches:
6+
- 'master'
7+
pull_request:
8+
branches:
9+
- '*'
510
jobs:
611
test:
712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)