Skip to content

Commit 647bb2e

Browse files
committed
Added ability to trigger artifact build when pushing to dev branches
1 parent 6928d80 commit 647bb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-to-stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: clients-java-push-to-dev
33
on:
44
push:
55
branches:
6-
- dev/versioning-from-ci # TODO: used to test the workflow. Removed this line at some point int time.
6+
- dev-* # Used for dev branches
77
- stage
88
- stage-jdk8
99
workflow_dispatch:

0 commit comments

Comments
 (0)