Skip to content

Commit 5324eb7

Browse files
author
Dennis P
committed
chore: trigger CI on dev/main and optimize tag-based release
1 parent ef393b7 commit 5324eb7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- main
6+
- dev
67
pull_request:
78
branches:
89
- main
10+
- dev
911
merge_group:
1012
types:
1113
- checks_requested

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42-
run: pnpm release-it --ci --verbose
42+
run: pnpm release-it --ci --no-git --verbose

0 commit comments

Comments
 (0)