1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

feat: update ci script

This commit is contained in:
Christy Jacob 2023-06-06 19:10:04 +05:30
parent 06671709d6
commit e0a58f369c

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