ci: updating paths-ignore (#496)

* chore: updating paths-ignore

* chore: adding more path-ignores
This commit is contained in:
callum-tait-pbx 2021-05-01 13:36:45 +01:00 committed by GitHub
parent ba175148c8
commit 7e766282aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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:

View File

@ -4,6 +4,8 @@ on:
- master - master
paths-ignore: paths-ignore:
- "runner/**" - "runner/**"
- "*.md"
- ".gitignore"
jobs: jobs:
build: build: