From bd0113b6e756d94311d63c643601becdb0f3f232 Mon Sep 17 00:00:00 2001 From: Gleb Sizov Date: Tue, 6 Aug 2024 15:11:34 +0200 Subject: [PATCH] Added cloud-integration workflow trigger on push to current branch --- .github/workflows/integration-cloud-token.yml | 9 +++++---- .github/workflows/integration-cloud-vector-search.yml | 9 +++++---- .github/workflows/integration-cloud.yml | 9 +++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/workflows/integration-cloud-token.yml b/.github/workflows/integration-cloud-token.yml index 51a055d8..dfaf2423 100644 --- a/.github/workflows/integration-cloud-token.yml +++ b/.github/workflows/integration-cloud-token.yml @@ -2,10 +2,11 @@ name: Integration - cloud token on: workflow_dispatch: - # Uncomment these when reviewed. - # push: - # branches: - # - master + push: + branches: + - glebashnik/integration-cloud-to-github-action + # Uncomment it when reviewed + # - master # pull_request: # branches: # - master diff --git a/.github/workflows/integration-cloud-vector-search.yml b/.github/workflows/integration-cloud-vector-search.yml index 897bafe6..62ee24af 100644 --- a/.github/workflows/integration-cloud-vector-search.yml +++ b/.github/workflows/integration-cloud-vector-search.yml @@ -2,10 +2,11 @@ name: Integration - cloud vector search on: workflow_dispatch: - # Uncomment these when reviewed. - # push: - # branches: - # - master + push: + branches: + - glebashnik/integration-cloud-to-github-action + # Uncomment it when reviewed + # - master # pull_request: # branches: # - master diff --git a/.github/workflows/integration-cloud.yml b/.github/workflows/integration-cloud.yml index b534e736..eccd154f 100644 --- a/.github/workflows/integration-cloud.yml +++ b/.github/workflows/integration-cloud.yml @@ -2,10 +2,11 @@ name: Integration - cloud on: workflow_dispatch: - # Uncomment these when reviewed. - # push: - # branches: - # - master + push: + branches: + - glebashnik/integration-cloud-to-github-action + # Uncomment it when reviewed + # - master # pull_request: # branches: # - master