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.
1 parent f865e88 commit 183d37fCopy full SHA for 183d37f
.github/workflows/ci.yml
@@ -2,13 +2,12 @@ name: Test Suite Sanity Checking
2
3
on:
4
push:
5
+ pull_request:
6
release:
7
types: [published]
- pull_request:
8
- branches:
9
- - master
+
10
jobs:
11
- build:
+ ci:
12
runs-on: ubuntu-latest
13
14
steps:
@@ -18,7 +17,6 @@ jobs:
18
17
with:
19
python-version: 3.7
20
- name: Install tox
21
- run: |
22
- python -m pip install tox
+ run: python -m pip install tox
23
- name: Run the sanity checks
24
run: python -m tox
0 commit comments