Skip to content

Commit f53cbbd

Browse files
authored
Merge pull request #203 from jidago/master
2 parents 36ed823 + 334fcbd commit f53cbbd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Semantic Releases
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
- '*.x'
4+
workflow_dispatch:
85

96
permissions:
107
contents: write

.releaserc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"branches": [
3+
"main",
34
"master",
45
"*.x"
56
],

0 commit comments

Comments
 (0)