From 610e22d25be6a6c444aa5dab3bf40d84d548f789 Mon Sep 17 00:00:00 2001 From: Carlos Cesar Caballero Date: Tue, 19 Dec 2023 02:19:29 -0500 Subject: [PATCH] remove deploy workflow not required condition --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a360cf..eb39b58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,6 @@ permissions: jobs: deploy: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4 - name: Set up Python