Ignore changes to more files in GitHub CI workflow
Don't bother rebuilding everything when nothing important has changed.
This commit is contained in:
parent
7e4865c7c1
commit
e7cd875ab0
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -6,14 +6,20 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'distrib'
|
||||
- 'docs'
|
||||
- 'interface'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'distrib'
|
||||
- 'docs'
|
||||
- 'interface'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue