From a68693bf0bc56338405e1c6b3bbb0edac3ea9205 Mon Sep 17 00:00:00 2001 From: Daniel Klein Date: Mon, 23 Sep 2024 21:36:04 +0200 Subject: [PATCH] chore(deploy): change deploy base branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 371ca93c..039c3cc4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Build and Deploy on: push: branches: - - main # Set a branch to deploy + - dk/v2-dataset # Set a branch to deploy pull_request: permissions: