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