Add workflow_dispatch trigger to build-and-publish.yml
This commit is contained in:
parent
0a59aeeab5
commit
c0007cb6bc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-publish.yml
vendored
1
.github/workflows/build-and-publish.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Chart Releases
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Reference in a new issue