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

View File

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