Use ignored paths for `pull_request` events as well

ui/bot-profile
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
1 changed files with 9 additions and 0 deletions

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: