We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458e57d commit 81bd555Copy full SHA for 81bd555
.github/workflows/publish.yml
@@ -1,6 +1,9 @@
1
name: Publish to Maven Central
2
3
on:
4
+ push:
5
+ branches:
6
+ - ci-setup
7
release:
8
types: [created]
9
workflow_dispatch:
0 commit comments