Skip to content

Commit 7d2d174

Browse files
uncomment build condition check
1 parent d4a7be7 commit 7d2d174

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
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
build:
28-
# if: github.ref == 'refs/heads/main'
28+
if: github.ref == 'refs/heads/main'
2929
runs-on: ubuntu-latest
3030

3131
outputs:

0 commit comments

Comments
 (0)