Ignore changes to more files in GitHub CI workflow
Don't bother rebuilding everything when nothing important has changed.
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user