From bffddd06b3243ab911600fd82c58756c1a084035 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Fri, 8 Oct 2021 10:53:19 -1000 Subject: [PATCH] polish Signed-off-by: Adrian Cole --- .github/workflows/packaging.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml index 62331765..13e3e514 100644 --- a/.github/workflows/packaging.yaml +++ b/.github/workflows/packaging.yaml @@ -10,16 +10,20 @@ on: branches: master paths: - 'packaging/msi/*' + - 'packaging/nfpm/*' - 'packaging/icon@48w.ico' - - '.github/workflows/msi.yaml' + - '.github/workflows/packaging.yaml' - 'Makefile' + - 'Tools.mk' pull_request: # We also run tests on pull requests targeted at the master branch branches: master paths: - 'packaging/msi/*' + - 'packaging/nfpm/*' - 'packaging/icon@48w.ico' - - '.github/workflows/msi.yaml' + - '.github/workflows/packaging.yaml' - 'Makefile' + - 'Tools.mk' # workflow_dispatch will let us manually trigger the workflow from GitHub actions dashboard. # For example, you can try to build a branch without raising a pull request. # See https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow