Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 7c04624

Browse files
authored
Update build.yaml
1 parent e9fc734 commit 7c04624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
push:
55
branches:
66
- main
7-
- v100.10.2*
7+
- v100.10.3*
88
- develop
99
pull_request:
1010
branches:
@@ -37,7 +37,7 @@
3737
id: selected-version
3838
shell: bash
3939
run: |
40-
if [[ "$GITHUB_EVENT_NAME" == "pull_request" ]] || [[ "$GITHUB_REF" == *develop ]] || [[ "$GITHUB_REF" == *v100.10.2* ]]; then
40+
if [[ "$GITHUB_EVENT_NAME" == "pull_request" ]] || [[ "$GITHUB_REF" == *develop ]] || [[ "$GITHUB_REF" == *v100.10.3* ]]; then
4141
version=${{ steps.versions.outputs.snapshot-version }}
4242
elif [[ "$GITHUB_EVENT_NAME" != "pull_request" ]] && [[ "$GITHUB_REF" == "refs/heads/main" ]]; then
4343
version=${{ steps.versions.outputs.release-version }}

0 commit comments

Comments
 (0)