Skip to content

Commit dc791ba

Browse files
committed
Allow manual test runs and main branch
1 parent 45d4465 commit dc791ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Tests
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: [ master ]
6+
branches: [ master, main ]
67
pull_request:
8+
branches: [ master, main ]
79

810
permissions:
911
contents: read
@@ -45,4 +47,3 @@ jobs:
4547
4648
- name: Pytest
4749
run: pytest
48-

0 commit comments

Comments
 (0)