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:
|
||||
- 'runner/**'
|
||||
- .github/workflows/build-and-release-runners.yml
|
||||
- '*.md'
|
||||
- '.gitignore'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ on:
|
|||
- master
|
||||
paths-ignore:
|
||||
- "runner/**"
|
||||
- "*.md"
|
||||
- ".gitignore"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue