mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: update ci script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user