feat: update ci script

This commit is contained in:
Christy Jacob
2023-06-06 19:10:04 +05:30
parent 06671709d6
commit e0a58f369c
+2 -3
View File
@@ -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