Skip to content

Commit b50f8a7

Browse files
committed
Update default branch from master to main in cmake.yml
The `pr-base-branch` value in the `cmake.yml` file was updated from `master` to `main`. This change aligns with modern branch naming conventions that favor the term `main` over `master`.
1 parent ff0ccd5 commit b50f8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
lib-name: "zlib"
2929
lib-version: "v1.3.1"
3030
pr-branch: zlib-artifacts-branch
31-
pr-base-branch: master
31+
pr-base-branch: main
3232
pr-reviewers: JunaMeinhold

0 commit comments

Comments
 (0)