Browse Source
Also run actions CI on pull request
`push` only counts for pushes to branches on the repo, not forks
pull/1546/head
Jake Howard
4 years ago
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477
1 changed files with
9 additions and
0 deletions
-
.github/workflows/build.yml
|
|
@ -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: |
|
|
|