Github Actions: Run test suite on all pushes

This commit is contained in:
Philipp Wolfer
2019-11-27 10:10:33 +01:00
parent 77ca6a7bc5
commit d4f4ac0f8f

View File

@@ -1,23 +1,6 @@
name: Run tests
on:
push:
paths-ignore:
- '.github/*.yml'
- '.tx/**'
- 'installer/**'
- 'resources/**'
- 'scripts/package/**'
- 'scripts/pyinstaller/**'
- 'ui/**'
- '.*'
- '*.icns'
- '*.ico'
- '*.txt'
- '**.md'
- 'appveyor.yml'
- 'appxmanifest.xml.in'
- 'win-version-info.txt.in'
on: push
jobs:
build: