Also run actions CI on pull request

`push` only counts for pushes to branches on the repo, not forks
This commit is contained in:
Jake Howard 2021-03-27 15:21:00 +00:00
parent 828a060698
commit da55d5ec70
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,15 @@ on:
- "docker/**"
- "hooks/**"
- "tools/**"
pull_request:
# Ignore when there are only changes done too one of these paths
paths-ignore:
- "**.md"
- "**.txt"
- "azure-pipelines.yml"
- "docker/**"
- "hooks/**"
- "tools/**"
jobs:
build: