We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045a03f commit b2368f1Copy full SHA for b2368f1
.github/workflows/release.yaml
@@ -1,6 +1,8 @@
1
name: Build Release
2
3
-on: workflow_dispatch
+on:
4
+ release:
5
+ types: [created]
6
7
jobs:
8
releases-matrix:
.github/workflows/test.yaml
@@ -1,9 +1,6 @@
name: Publish Release
-on:
- release:
- types: [published]
-
+on: workflow_dispatch
homebrew:
9
if: "!github.event.release.prerelease"
0 commit comments