Skip to content

Commit f9a9014

Browse files
committed
chore: setup semantic release
1 parent cdeb9c9 commit f9a9014

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- !chore/setup-semantic
36

47
jobs:
58
build:

.releaserc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"branches": ["master", "next", "chore/setup-semantic"]
3+
}

0 commit comments

Comments
 (0)