We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb300f commit da74a59Copy full SHA for da74a59
.github/workflows/maven-publish.yml
@@ -5,8 +5,8 @@ on:
5
push:
6
branches:
7
- 'main'
8
- - '1.*'
9
- - '2.*'
+ - '[0-9]+.[0-9]+'
+ - '[0-9]+.x'
10
11
jobs:
12
build-and-publish-snapshots:
0 commit comments