Skip to content

Commit

Permalink
Added cloud-integration workflow trigger on push to current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 6, 2024
1 parent 1eaa5c8 commit bd0113b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/integration-cloud-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/integration-cloud-vector-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/integration-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd0113b

Please sign in to comment.