Skip to content

Commit a731576

Browse files
committed
chore: only run release on main
1 parent 8ecdabb commit a731576

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ jobs:
113113

114114
release:
115115
name: Release
116-
# removed to test beta branch.
117-
# if: github.ref == 'refs/heads/master'
116+
if: github.ref == 'refs/heads/main'
118117
runs-on: ubuntu-latest
119118
timeout-minutes: 10
120119
needs:

0 commit comments

Comments
 (0)