Fix ignoring docs changes in GitHub Actions CI builds
The path expression must match the full path, not just be its prefix. Co-Authored-By: PB <PBfordev@gmail.com>
This commit is contained in:
parent
93160b9667
commit
b90cca5103
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -6,18 +6,18 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'distrib'
|
||||
- 'docs'
|
||||
- 'interface'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'distrib'
|
||||
- 'docs'
|
||||
- 'interface'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue