Skip to content

Commit 34eea77

Browse files
committed
- Fix GHA Release
1 parent a66783c commit 34eea77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ name: Release (Stable)
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches:
6+
- release/**
7+
- release
68
workflow_dispatch:
79

810
permissions:
911
contents: write
1012
packages: write
1113

1214
jobs:
13-
release:
14-
if: ${{ steps.gitversion.outputs.PreReleaseTag == '' }}
15+
release:
1516
runs-on: ubuntu-latest
1617
env:
1718
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)