[GitHub Actions] Add exclusions
This commit is contained in:
parent
0306cbc136
commit
99d510c87b
|
@ -1,6 +1,30 @@
|
||||||
name: main
|
name: main
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'gh-pages'
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/CONTRIBUTING.md'
|
||||||
|
- '.github/FUNDING.md'
|
||||||
|
- '.github/ISSUE_TEMPLATE.md'
|
||||||
|
- 'docs/**'
|
||||||
|
- '.appveyor.yml'
|
||||||
|
- '.travis.yml'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'README.md'
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- 'gh-pages'
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/CONTRIBUTING.md'
|
||||||
|
- '.github/FUNDING.md'
|
||||||
|
- '.github/ISSUE_TEMPLATE.md'
|
||||||
|
- 'docs/**'
|
||||||
|
- '.appveyor.yml'
|
||||||
|
- '.travis.yml'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'README.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue