NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
Log | Files | Refs | Submodules | README | LICENSE

commit 84b5f7f61800acfe8cbb28170e7e584593fcfff7
parent 7f15c11027d1f13ee4db91cc154ed8c06e8f3ad5
Author: Mike Oliphant <[email protected]>
Date:   Sun,  7 May 2023 13:36:46 -0700

Run build action on push or pull_request (#238)

* Run build action on push or pull_request

* Build tuesdays at 8am UTC
Diffstat:
M.github/workflows/build-native.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml @@ -1,7 +1,10 @@ name: Build Native on: - workflow_dispatch + workflow_dispatch: + pull_request: + schedule: + - cron: '0 8 * * 2' #push: # tags: # - "v*"