From a8be968861fdb9074283ebc2cb9342a0618b3fb7 Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:55:36 -0700 Subject: [PATCH] Enable rust clippy on nextver branch --- .github/workflows/rust-clippy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'