Skip to content

Commit c7e5fa1

Browse files
authored
Update tests.yml
1 parent 1b75acd commit c7e5fa1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

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

3-
on: [ push ]
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
48

59
jobs:
610
tests:
@@ -68,4 +72,4 @@ jobs:
6872
- name: Install dependencies
6973
run: pip install nox
7074
- name: Run pyroma
71-
run: nox -s check-package
75+
run: nox -s check-package

0 commit comments

Comments
 (0)