We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d98cd commit 90f1935Copy full SHA for 90f1935
1 file changed
.github/workflows/maven-publish.yml
@@ -4,6 +4,10 @@
4
name: Maven Package
5
6
on:
7
+ push:
8
+ branches: [ master, '**' ]
9
+ pull_request:
10
+ branches: [ master ]
11
release:
12
types: [created]
13
0 commit comments