From e0a58f369ce847ca37f34fe726a6887d79194190 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 6 Jun 2023 19:10:04 +0530 Subject: [PATCH] feat: update ci script --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c410f18f24..9bc3f6dbeb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,15 +2,14 @@ name: "Build and Publish" on: push: - branches: - - feat-db-pools-master tags: + - appwrite-* jobs: build-publish: name: Build and Publish runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') + if: endsWith(github.ref, 'feat-db-pools-master') steps: - name: Checkout repository