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 a6b7a7d commit 440a79bCopy full SHA for 440a79b
.github/workflows/publish.yml
@@ -3,8 +3,8 @@ name: Publish to maven central
3
on:
4
pull_request:
5
push:
6
- paths:
7
- - '**'
+ branches:
+ - main
8
tags:
9
- '**'
10
schedule:
0 commit comments