Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
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.
8 changes: 6 additions & 2 deletions .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bffddd0

Please sign in to comment.