-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adrian Cole <[email protected]>
- Loading branch information
Adrian Cole
committed
Oct 8, 2021
1 parent
5a0560b
commit bffddd0
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,16 +10,20 @@ on: | |
branches: master | ||
paths: | ||
- 'packaging/msi/*' | ||
- 'packaging/nfpm/*' | ||
- 'packaging/[email protected]' | ||
- '.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/[email protected]' | ||
- '.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 | ||
|