mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
Github Actions: Run test suite on all pushes
This commit is contained in:
19
.github/workflows/run-tests.yml
vendored
19
.github/workflows/run-tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user