Skip to content

Commit 182c49b

Browse files
committed
Update workflows
1 parent db4c65f commit 182c49b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- "main"
8-
- "release/*"
8+
- "release-*"
99
paths:
1010
- "build.gradle.kts"
1111
- "settings.gradle.kts"

.github/workflows/validate-next_version.txt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- "main"
7-
- "release/*"
7+
- "release-*"
88
paths:
99
- ".github/utils/next_version.txt"
1010
- ".github/utils/validate_version_file.sh"

0 commit comments

Comments
 (0)