Skip to content

Commit cdbf547

Browse files
committed
run pytest on branches
1 parent 0caf755 commit cdbf547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3838
flake8 src --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3939
- name: Test with pytest (only on Python 3.11 to avoid concurrency issues)
40-
if: ${{ (github.ref == 'refs/heads/master') && (matrix.primary-config == 'true') }}
40+
if: ${{ matrix.primary-config == 'true' }}
4141
env:
4242
ONE_JOB_ONLY_TESTS: ${{ matrix.primary-config }}
4343
WIOTP_API_KEY: ${{ secrets.WIOTP_API_KEY }}

0 commit comments

Comments
 (0)