Skip to content

Commit b9815f9

Browse files
committed
chore: update workflow
1 parent 7fcf939 commit b9815f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint & Unit Test
22
on:
33
push:
4-
branches: [master, dev]
4+
branches: [dev]
55
pull_request:
66
branches: [dev]
77

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Release
22
on:
33
push:
44
branches: [master]
5+
pull_request:
6+
branches: [master]
57

68
jobs:
79
lint-and-test:
@@ -40,4 +42,4 @@ jobs:
4042
run: |
4143
npm install @semantic-release/changelog @semantic-release/git semantic-release
4244
npx patch-package
43-
npx semantic-release --debug
45+
npx semantic-release

0 commit comments

Comments
 (0)