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