diff --git a/.github/workflows/update-weaviate-server.yml b/.github/workflows/update-weaviate-server.yml index c80df53..ecbaaeb 100644 --- a/.github/workflows/update-weaviate-server.yml +++ b/.github/workflows/update-weaviate-server.yml @@ -4,6 +4,12 @@ on: workflow_dispatch: schedule: - cron: '0 0 * * 1' # Every Monday at 00:00 UTC + push: + branches: + - update-weaviate + pull_request: + branches: + - update-weaviate env: SOURCE_BRANCH_NAME: update-weaviate-image