From c5e063f3d628b3ab41d8af5709f420f27cd49ad0 Mon Sep 17 00:00:00 2001 From: Johannes Homeier Date: Fri, 3 Nov 2023 17:11:51 +0100 Subject: [PATCH] ci: trigger demo deployment on push on main --- .github/workflows/deploy-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 6f7fd75..8e681d3 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -4,7 +4,7 @@ name: Deploy Demo to Github Pages on: # Runs on pushes targeting the default branch push: - branches: [ "develop" ] + branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: