Skip to content

Commit 183d37f

Browse files
committed
Run on all branches.
1 parent f865e88 commit 183d37f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: Test Suite Sanity Checking
22

33
on:
44
push:
5+
pull_request:
56
release:
67
types: [published]
7-
pull_request:
8-
branches:
9-
- master
8+
109
jobs:
11-
build:
10+
ci:
1211
runs-on: ubuntu-latest
1312

1413
steps:
@@ -18,7 +17,6 @@ jobs:
1817
with:
1918
python-version: 3.7
2019
- name: Install tox
21-
run: |
22-
python -m pip install tox
20+
run: python -m pip install tox
2321
- name: Run the sanity checks
2422
run: python -m tox

0 commit comments

Comments
 (0)