[GitHub Actions] Add exclusions

This commit is contained in:
Margen67 2019-11-02 02:38:27 -07:00 committed by illusion98
parent e8196d3912
commit a717775898
1 changed files with 25 additions and 1 deletions

View File

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