Skip to content

Commit e66758c

Browse files
committed
chore: disable temporary build on main
1 parent 1004e71 commit e66758c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- "v*"
97

@@ -87,7 +85,6 @@ jobs:
8785
path: ${{ matrix.target }}.*
8886

8987
release:
90-
if: ${{ github.ref != 'refs/heads/main' }}
9188
name: Release
9289
needs: build
9390
runs-on: ubuntu-latest
@@ -115,7 +112,6 @@ jobs:
115112
generate_release_notes: true
116113

117114
deploy-docs:
118-
if: ${{ github.ref != 'refs/heads/main' }}
119115
name: Deploy docs
120116
runs-on: ubuntu-latest
121117
permissions:

0 commit comments

Comments
 (0)