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 7d1c6c9 commit 68a42b8Copy full SHA for 68a42b8
.github/workflows/gradle-deploy.yml
@@ -5,6 +5,7 @@ name: Gradle deploy
5
on:
6
push:
7
branches: [ "main", "workflow-test" ]
8
+ tags: [ "v*" ]
9
10
jobs:
11
test:
0 commit comments