Skip to content

Commit 459aef7

Browse files
authored
Merge pull request #88 from OpenVoxProject/nmburgan-patch-1
Update release condition in workflow
2 parents 065aa50 + f9d3d06 commit 459aef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Optional but recommended to use a specific environment
1414
environment: release
1515
# Prevent releases from forked repositories
16-
if: github.repository_owner == 'OpenVoxProject'
16+
if: github.repository_owner == 'OpenVoxProject' && !startsWith(github.ref_name, '99.')
1717

1818
permissions:
1919
contents: write

0 commit comments

Comments
 (0)