neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

commit 2228effbf05273f3e0616fa60a1a7179c27490e8
parent 78813fa9fd57a4d60619c8bde8b89e77ed839fdf
Author: Steven Atkinson <steven@atkinson.mn>
Date:   Mon, 25 Sep 2023 18:29:31 -0700

[Chore] Add workflow_dispatch option for build action (#311)

Update python-package.yml

Add workflow_dispatch option
Diffstat:
M.github/workflows/python-package.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml @@ -4,6 +4,7 @@ name: Python package on: + workflow_dispatch: push: branches: [main, dev] pull_request: