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 eb82e3b commit 418d546Copy full SHA for 418d546
.github/workflows/rust.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- '**'
7
-
8
pull_request:
9
types: [closed]
10
@@ -63,6 +62,7 @@ jobs:
63
62
# run: cargo miri test
64
65
release:
+ needs: build
66
runs-on: ubuntu-latest
67
if: github.event.pull_request.merged == true
68
package.json
@@ -4,4 +4,4 @@
"@semantic-release/git": "^10.0.1",
"semantic-release": "^25.0.1"
}
-}
+}
0 commit comments