Skip to content
Snippets Groups Projects
Unverified Commit da55d5ec authored by Jake Howard's avatar Jake Howard
Browse files

Also run actions CI on pull request

`push` only counts for pushes to branches on the repo, not forks
parent 828a0606
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment