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 6928d80 commit 647bb2eCopy full SHA for 647bb2e
.github/workflows/push-to-stage.yaml
@@ -3,7 +3,7 @@ name: clients-java-push-to-dev
3
on:
4
push:
5
branches:
6
- - dev/versioning-from-ci # TODO: used to test the workflow. Removed this line at some point int time.
+ - dev-* # Used for dev branches
7
- stage
8
- stage-jdk8
9
workflow_dispatch:
0 commit comments