From bc0c1021f6af0842680489fe8d91ec6fe1f1c080 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 22 May 2024 13:07:23 +0200 Subject: [PATCH] ci: Run workflows on v1 branch --- .github/workflows/update-docs.yml | 2 +- .github/workflows/update-index.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 7a9acc34b3..0da4a9c2e7 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -7,7 +7,7 @@ name: update-docs on: push: branches: - - dev + - v1 pull_request: repository_dispatch: types: [update-docs, test-update-docs] diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index 4c63256659..1b7a5a64af 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -7,7 +7,7 @@ name: Update Search Index on: workflow_dispatch: push: - branches: [dev] + branches: [v1] jobs: update-search-index: