Skip to content

Commit

Permalink
Enable rust clippy on nextver branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 26, 2024
1 parent 5255805 commit a8be968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ name: rust-clippy analyze

on:
push:
branches: [ "main" ]
branches: [ "main", "nextver" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "nextver" ]
schedule:
- cron: '39 2 * * 1'

Expand Down

0 comments on commit a8be968

Please sign in to comment.