Skip to content

Commit

Permalink
ci: fix branch names
Browse files Browse the repository at this point in the history
btfdump still uses `master` for the main branch, fix up workflow
definition.

Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko committed Oct 5, 2023
1 parent 9cbc5bb commit c6b7c6f
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 @@ -3,10 +3,10 @@ name: Rust
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit c6b7c6f

Please sign in to comment.