Skip to content

Commit b1731be

Browse files
Do not run for every push on every branch
1 parent 8a75483 commit b1731be

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Run tests
22

3-
on: [ push, workflow_dispatch ]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
workflow_dispatch:
411

512
jobs:
613
run:

0 commit comments

Comments
 (0)