From a079ddae744c5e867f44258e7223870c584528d6 Mon Sep 17 00:00:00 2001 From: Gustavo Meyer Date: Thu, 4 Jul 2024 14:51:05 -0700 Subject: [PATCH] Update CI/CD rules --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a2bcb1c..494b7214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,7 @@ on: workflow_dispatch: push: branches: - - master - - support/SDK-V3 - - feature/** - - bugfix/** - - dependabot/** + - * jobs: build: