commit da55d5ec700dc430a8b75917ac9d4834b1f0ace8 parent 828a060698dba968e98064af90ffd8022b4d490e Author: Jake Howard <git@theorangeone.net> Date: Sat, 27 Mar 2021 15:21:00 +0000 Also run actions CI on pull request `push` only counts for pushes to branches on the repo, not forks Diffstat:
M | .github/workflows/build.yml | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build.yml b/.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: