There was an error while loading. Please reload this page.
2 parents 4fb5341 + eb82ec3 commit 145f5c6Copy full SHA for 145f5c6
1 file changed
.github/workflows/ci.yml
@@ -3,10 +3,12 @@ name: CI
3
on:
4
push:
5
branches:
6
- - main
7
- pull_request:
8
- branches:
9
+ - "**"
+ tags-ignore:
+ # Only create preview releases for branches
+ # (the `release` workflow creates actual releases for version tags):
10
11
+ workflow_dispatch:
12
13
jobs:
14
test:
@@ -85,4 +87,4 @@ jobs:
85
87
- uses: JS-DevTools/npm-publish@v1
86
88
with:
89
token: ${{ secrets.NPM_TOKEN }}
- tag: latest
90
+ tag: latest
0 commit comments