Skip to content

Commit

Permalink
fix: CI branch name master -> main
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Stevenson <[email protected]>
  • Loading branch information
martijneken committed Jun 6, 2024
1 parent 1dca120 commit 1674078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:

pull_request:
branches:
- master
- main

push:
branches:
- master
- main

schedule:
- cron: '0 0 * * *'
Expand Down

0 comments on commit 1674078

Please sign in to comment.