diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-16 22:46:04 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-16 22:46:04 +0100 |
| commit | b4ccca8c1800498c789ab405c5233f628779965a (patch) | |
| tree | 16edbd7a182c93f408846d9354171d8615914778 /.github/workflows | |
| parent | 2dc11524fc9d027307982ae4821c0625074c3c4e (diff) | |
Build on push too
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 7ea62f5f2..091beb150 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -1,6 +1,8 @@ name: Build macOS Package -on: workflow_dispatch +on: + push: + workflow_dispatch: jobs: build: |
