CI: Add path ignores to Actions workflow
This commit is contained in:
parent
0433038b53
commit
30eae96358
|
@ -2,9 +2,17 @@ name: Create rolling release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'appveyor.yml'
|
||||||
|
- 'scripts/*'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'appveyor.yml'
|
||||||
|
- 'scripts/*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue