We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68bdc8c + 5324eb7 commit 9a042f4Copy full SHA for 9a042f4
2 files changed
.github/workflows/ci.yml
@@ -3,9 +3,11 @@ on:
3
push:
4
branches:
5
- main
6
+ - dev
7
pull_request:
8
9
10
11
merge_group:
12
types:
13
- checks_requested
.github/workflows/release.yml
@@ -1,8 +1,6 @@
1
name: Release
2
on:
- branches:
- - main
tags:
- 'v*'
workflow_dispatch:
@@ -41,4 +39,4 @@ jobs:
41
39
env:
42
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44
- run: pnpm release-it --ci --verbose
+ run: pnpm release-it --ci --no-git --verbose
0 commit comments