From a2534e643e3343430230a86994f6569a9d2c9dd2 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 6 Jun 2023 19:14:08 +0530 Subject: [PATCH] feat: update ci script --- .github/workflows/publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9bc3f6dbeb..719f34af75 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,9 +9,13 @@ jobs: build-publish: name: Build and Publish runs-on: ubuntu-latest - if: endsWith(github.ref, 'feat-db-pools-master') steps: + - name: test + run: | + echo ${{ github.ref_name }} + echo ${{ github.ref }} + - name: Checkout repository uses: actions/checkout@v3 with: