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 102b17f commit 3788407Copy full SHA for 3788407
.github/workflows/ci.yml
@@ -0,0 +1,12 @@
1
+---
2
+name: CI
3
+
4
+on:
5
+ pull_request:
6
7
+jobs:
8
+ test:
9
+ uses: semantic-release-action/rust/.github/workflows/ci.yml@beta
10
+ with:
11
+ disable-semantic-release-cargo: true
12
.github/workflows/release.yml
@@ -0,0 +1,20 @@
+name: Release
+ push:
+ branches:
+ - master
+ - next
+ - next-major
+ - beta
+ - alpha
+ - "[0-9]+.[0-9]+.x"
13
+ - "[0-9]+.x"
14
15
16
+ release:
17
+ uses: semantic-release-action/rust/.github/workflows/release-binary.yml@beta
18
19
20
0 commit comments