[GitHub Actions] Add exclusions
This commit is contained in:
parent
d510690b1b
commit
76cc7b6b32
|
@ -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