Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 09cc491

Browse files
committed
feat(ci): trying to fix the crazyness with semantic-release
1 parent ced603a commit 09cc491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ci
33
on:
44
pull_request:
55
branches:
6-
- 0.x
6+
- master,
77
- next
88

99
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- 0.x
5+
- master,
66
- next
77
jobs:
88
release:

0 commit comments

Comments
 (0)