Ignore changes to more files in GitHub CI workflow

Don't bother rebuilding everything when nothing important has changed.
This commit is contained in:
Vadim Zeitlin
2021-02-01 10:47:23 +01:00
parent 7e4865c7c1
commit e7cd875ab0

View File

@@ -6,14 +6,20 @@ on:
branches: branches:
- master - master
paths-ignore: paths-ignore:
- 'distrib'
- 'docs' - 'docs'
- 'interface' - 'interface'
- '*.md'
- '*.yml'
pull_request: pull_request:
branches: branches:
- master - master
paths-ignore: paths-ignore:
- 'distrib'
- 'docs' - 'docs'
- 'interface' - 'interface'
- '*.md'
- '*.yml'
jobs: jobs:
build: build: