diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-10-27 20:31:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 20:31:35 -0700 |
| commit | 811fa226759f66aadde7cbfc906f94f83dbf0a15 (patch) | |
| tree | 1fa2ab523d5834c91dfaa24e509b7ac075ccd731 /.github | |
| parent | 905c62a9b58e9a4e80c3f0fb3b71843bae6413c6 (diff) | |
Update publish.yml
Allow on: workflow_dispatch
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4386107..3d5fe17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,6 @@ name: Publish package to GitHub Packages on: + workflow_dispatch: release: types: [created] jobs: |
