Use ignored paths for pull_request events as well

This commit is contained in:
brecert 2021-09-14 00:27:30 -04:00
parent cdf900d08b
commit 628bf52ff3
No known key found for this signature in database
GPG key ID: 1B2E56B9EC985B96

View file

@ -18,6 +18,15 @@ on:
pull_request:
branches:
- "master"
paths-ignore:
- ".github/**"
- "!.github/workflows/docker.yml"
- "!.github/workflows/preview_*.yml"
- ".vscode/**"
- ".gitignore"
- ".gitlab-ci.yml"
- "LICENSE"
- "README"
workflow_dispatch:
jobs: