Skip to content

Commit 65b298c

Browse files
committed
chore: Update branch name in build and test workflow
The branch name in the build and test workflow has been updated from "master" to "main" to align with the repository's branch naming convention.
1 parent 38fa7c3 commit 65b298c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
- cron: "0 13 * * 1"
99
workflow_dispatch:

0 commit comments

Comments
 (0)