Skip to content

Commit 145f5c6

Browse files
committed
Merge branch 'main' into tryMoveAuth
2 parents 4fb5341 + eb82ec3 commit 145f5c6

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
6+
- "**"
7+
tags-ignore:
8+
# Only create preview releases for branches
9+
# (the `release` workflow creates actual releases for version tags):
10+
- "**"
11+
workflow_dispatch:
1012

1113
jobs:
1214
test:
@@ -85,4 +87,4 @@ jobs:
8587
- uses: JS-DevTools/npm-publish@v1
8688
with:
8789
token: ${{ secrets.NPM_TOKEN }}
88-
tag: latest
90+
tag: latest

0 commit comments

Comments
 (0)