Skip to content

Commit ca238f6

Browse files
deplloy
1 parent 3ee5610 commit ca238f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- github-action
7-
# - latest
8-
# paths:
9-
# - superstream-clients/pom.xml
7+
- latest
8+
paths:
9+
- superstream-clients/pom.xml
1010

1111
jobs:
1212
deploy:
@@ -25,7 +25,7 @@ jobs:
2525
echo "branch=latest" >> $GITHUB_OUTPUT
2626
else
2727
echo "type=beta" >> $GITHUB_OUTPUT
28-
echo "branch=github-action" >> $GITHUB_OUTPUT
28+
echo "branch=master" >> $GITHUB_OUTPUT
2929
fi
3030
3131
- name: Checkout

0 commit comments

Comments
 (0)