Skip to content

Commit 7470c26

Browse files
Update release.yml
1 parent 145d23a commit 7470c26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# .github/workflows/release.yml
22

33
on:
4+
push:
5+
branches: [ "main" ]
46
release:
57
types: [created]
68

@@ -9,11 +11,9 @@ jobs:
911
name: release ${{ matrix.target }}
1012
runs-on: ubuntu-latest
1113
strategy:
12-
fail-fast: false
14+
fail-fast: true
1315
matrix:
1416
toolchain:
15-
- stable
16-
- beta
1717
- nightly
1818
include:
1919
- target: x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)