ci: updating paths-ignore (#496)
* chore: updating paths-ignore * chore: adding more path-ignores
This commit is contained in:
parent
ba175148c8
commit
7e766282aa
|
|
@ -7,6 +7,8 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'runner/**'
|
- 'runner/**'
|
||||||
- .github/workflows/build-and-release-runners.yml
|
- .github/workflows/build-and-release-runners.yml
|
||||||
|
- '*.md'
|
||||||
|
- '.gitignore'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ on:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "runner/**"
|
- "runner/**"
|
||||||
|
- "*.md"
|
||||||
|
- ".gitignore"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue