Skip to content

Commit 3608607

Browse files
ci: allow manual workflow runs
1 parent 672d23d commit 3608607

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
name: Publish package to GitHub Packages
44

5-
on: [push]
5+
on:
6+
- push
7+
- workflow_dispatch
68

79
jobs:
810
release:

0 commit comments

Comments
 (0)