Skip to content

Commit 2c44861

Browse files
committed
chore: restore auto-release
1 parent 77dc4a3 commit 2c44861

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/version-and-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ env:
44
STREAM_SECRET: ${{ secrets.CLIENT_TEST_SECRET }}
55

66
on:
7-
# push:
8-
# branches:
9-
# - main
10-
# paths:
11-
# - 'packages/**'
7+
push:
8+
branches:
9+
- main
10+
paths:
11+
- 'packages/**'
1212

1313
workflow_dispatch:
1414

0 commit comments

Comments
 (0)