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
parent
commit
da55d5ec70
No known key found for this signature in database GPG Key ID: 57AFB45680EDD477
  1. 9
      .github/workflows/build.yml

9
.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:

Loading…
Cancel
Save