We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc45271 + 803efd7 commit 5017cd9Copy full SHA for 5017cd9
.github/workflows/lint.yaml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - master
+ - main
8
9
jobs:
10
lint:
.github/workflows/test.yaml
@@ -1,7 +1,11 @@
1
name: Run tests
2
3
-on: [push, pull_request]
-
+on:
+ pull_request:
+ push:
+ branches:
+
test:
11
runs-on: ${{ matrix.os }}
@@ -20,4 +24,4 @@ jobs:
20
24
run: |
21
25
python -m pip install pytest black
22
26
- name: Test
23
- run: pytest
27
+ run: pytest
0 commit comments