From aa26ae7729773aee06a603a2d55d86bbf390fb6d Mon Sep 17 00:00:00 2001 From: Constantine Nathanson <35217733+const-cloudinary@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:24:06 +0200 Subject: [PATCH] Fix braches --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55adcfc..ae08454 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,11 +2,9 @@ name: Cloudinary Python SDK Test on: push: - branches: - - main + branches: [ "**" ] pull_request: - branches: - - main + branches: [ "**" ] jobs: test: