Skip to content

Commit

Permalink
chore: Update branch name in build and test workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cmlccie committed Aug 3, 2024
1 parent 38fa7c3 commit 65b298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Test
on:
push:
branches:
- master
- main
schedule:
- cron: "0 13 * * 1"
workflow_dispatch:
Expand Down

0 comments on commit 65b298c

Please sign in to comment.