CI: Add path ignores to Actions workflow

This commit is contained in:
Albert Liu 2020-07-14 04:26:48 -07:00
parent 0433038b53
commit 30eae96358
1 changed files with 8 additions and 0 deletions

View File

@ -2,9 +2,17 @@ name: Create rolling release
on:
pull_request:
paths-ignore:
- '**.md'
- 'appveyor.yml'
- 'scripts/*'
push:
branches:
- master
paths-ignore:
- '**.md'
- 'appveyor.yml'
- 'scripts/*'
workflow_dispatch:
jobs: