Skip to content

Commit f7ceb14

Browse files
committed
Remove RC requirement from release
1 parent d1fdc55 commit f7ceb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
prepare:
19-
if: github.repository_owner == 'viamrobotics' && startsWith(github.ref_name, 'rc-')
19+
if: github.repository_owner == 'viamrobotics'
2020
environment: release
2121
runs-on: [self-hosted, x64]
2222
container:

0 commit comments

Comments
 (0)