Skip to content

Commit 1bed78c

Browse files
duncanmmacleodduetosymmetry
authored andcommitted
Run 'not slow' tests automatically for PRs
To validate incoming changes
1 parent 51bcac2 commit 1bed78c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pytest-not-slow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: Run pytest for not-slow tests
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- master
8+
pull_request:
9+
branches:
10+
- main
11+
- master
512
workflow_dispatch: # This allows us to manually trigger
613

714
jobs:

0 commit comments

Comments
 (0)