From ebe17fb87d8d2d044f38ecc50dfa5068e106f595 Mon Sep 17 00:00:00 2001 From: Anthony Truskinger Date: Thu, 24 Jun 2021 12:04:20 +1000 Subject: [PATCH] CI: fix build workflow so it runs on PRs --- .github/workflows/build.yml | 12 ++++++------ ap.code-workspace | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38cd47726..69cd4ba4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,12 +9,12 @@ on: - "doc/**" - "scripts/*" - "**/*.md" - -# pull_request: # not sure if this is needed -# paths: -# - "!doc/**" -# - "!scripts/*" -# - "!**/*.md" + # the push trigger does not apply to PRs from another fork + pull_request: + paths: + - "!doc/**" + - "!scripts/*" + - "!**/*.md" jobs: build: diff --git a/ap.code-workspace b/ap.code-workspace index 3fef57ce3..0655ed68e 100644 --- a/ap.code-workspace +++ b/ap.code-workspace @@ -52,6 +52,7 @@ "peacock.color": "#50ba1a", "editor.minimap.size": "fill", "cSpell.words": [ + "dependabot", "nuget" ], }