feat: update ci script

This commit is contained in:
Christy Jacob
2023-06-06 19:14:08 +05:30
parent e0a58f369c
commit a2534e643e
+5 -1
View File
@@ -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: