We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb4028 commit beb7354Copy full SHA for beb7354
.github/workflows/central-publish.yml
@@ -4,6 +4,8 @@ name: Publish to Maven Central
4
# see: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
5
on:
6
push:
7
+ branches:
8
+ - master
9
tags:
10
- '[v0-9]+.*'
11
jobs:
0 commit comments