diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index e67cebea..7cb13e97 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -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'