Skip to content

Commit d15f26f

Browse files
committed
fix: only release on master
1 parent 91f677b commit d15f26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js-test-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
release:
127127
needs: [test-node, test-chrome, test-chrome-webworker, test-firefox, test-firefox-webworker, test-electron-main, test-electron-renderer]
128128
runs-on: ubuntu-latest
129-
if: github.event_name == 'push' && github.ref == 'refs/heads/esm-migration' # with #262 - 'refs/heads/${{{ github.default_branch }}}'
129+
if: github.event_name == 'push' && github.ref == 'refs/heads/${{{ github.default_branch }}}'
130130
steps:
131131
- uses: actions/checkout@v3
132132
with:

0 commit comments

Comments
 (0)