Skip to content

Commit 6819fa0

Browse files
chore(squashme): Testing release CI
1 parent 13a0ed2 commit 6819fa0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Release
33

44
on:
55
push:
6-
branches: [master]
6+
branches:
7+
- master
8+
- chore/refactor-for-ansible-collection
79
permissions:
810
contents: write
911
issues: write

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": ["master"],
2+
"branches": ["master", "chore/refactor-for-ansible-collection"],
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)