Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <[email protected]>
  • Loading branch information
xiaohk committed Apr 10, 2024
1 parent f9b1b9f commit a63cd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: build
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
#: Run the test every week
schedule:
- cron: '0 12 * * 1'
Expand Down

0 comments on commit a63cd8b

Please sign in to comment.