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 065aa50 commit f9d3d06Copy full SHA for f9d3d06
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
# Optional but recommended to use a specific environment
14
environment: release
15
# Prevent releases from forked repositories
16
- if: github.repository_owner == 'OpenVoxProject'
+ if: github.repository_owner == 'OpenVoxProject' && !startsWith(github.ref_name, '99.')
17
18
permissions:
19
contents: write
0 commit comments