From 68704036f941912fd4708e7344008ab5f01de8d0 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Fri, 26 Jan 2024 15:01:06 +0000 Subject: [PATCH] test the workflow in the current branch --- .github/workflows/update-weaviate-server.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-weaviate-server.yml b/.github/workflows/update-weaviate-server.yml index 91ab989..36afd66 100644 --- a/.github/workflows/update-weaviate-server.yml +++ b/.github/workflows/update-weaviate-server.yml @@ -1,6 +1,12 @@ name: Update Weaviate Server Image -on: +on: + push: + branches: + - weaviate-server + pull_request: + branches: + - weaviate-server workflow_dispatch: schedule: - cron: '0 0 * * 1' # Every Monday at 00:00 UTC