From d2b812f7e020fa8f4403acc47e04ccbbc5f1c086 Mon Sep 17 00:00:00 2001 From: Phan Anh Tuan Date: Wed, 6 Sep 2023 14:45:29 +0700 Subject: [PATCH] fix: remove test branch in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6629b7b4e..aee3d8344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: workflow_dispatch: push: - branches: [develop, staging, feat/create-hasura-metadata] + branches: [develop, staging] jobs: lint: uses: ./.github/workflows/lint.yml