Skip to content

Commit b3c2b94

Browse files
ci: push worfklow on 5.x
1 parent 2fa201b commit b3c2b94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches:
44
- "main"
55
- "develop"
6+
- "5.x"
67
tags:
78
- "v[0-9]+.[0-9]+.[0-9]+"
89
pull_request:
@@ -193,6 +194,7 @@ jobs:
193194
- id: semantic
194195
uses: splunk/[email protected]
195196
with:
197+
dry_run: true
196198
git_committer_name: ${{ secrets.SA_GH_USER_NAME }}
197199
git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }}
198200
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)