From de42375d2d71b883acb5a570751fd74d48b28795 Mon Sep 17 00:00:00 2001 From: Vikas Bhansali <64532198+vibhansa-msft@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:45:04 +0530 Subject: [PATCH] Update trivy.yaml --- .github/workflows/trivy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 288ebb970..ca02def58 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -7,7 +7,7 @@ name: build on: push: - branches: [ "main", master ] + branches: [ "main", master, "blobfuse/2*" ] pull_request: # The branches below must be a subset of the branches above branches: [ "main" ]