diff --git a/.github/workflows/deploy-beta-cocoapods.yml b/.github/workflows/deploy-beta-cocoapods.yml index 8770a60a..2a74d6ff 100644 --- a/.github/workflows/deploy-beta-cocoapods.yml +++ b/.github/workflows/deploy-beta-cocoapods.yml @@ -7,6 +7,7 @@ jobs: deploy-cocoapods-beta: name: Beta deploy to Cocoapods runs-on: macOS-latest + if: startsWith(github.ref, 'refs/heads/beta-release/') steps: - name: Checkout source branch uses: actions/checkout@v4