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: