Skip to content

Commit db41c6a

Browse files
chore: build triggers
1 parent 0e3c595 commit db41c6a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: Publish package to the Maven Central Repository
22
on:
33
release:
44
types: [created]
5+
push:
6+
branches:
7+
- "master"
8+
- "develop"
59

610
jobs:
11+
if: "contains(github.event.head_commit.message, 'release:')"
712
publish:
813
runs-on: ubuntu-latest
914

0 commit comments

Comments
 (0)