CI: Add path ignores to Actions workflow

pull/611/head
Albert Liu 5 years ago
parent 0433038b53
commit 30eae96358

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

Loading…
Cancel
Save