From 66deb52288db58d941d6c1555df451ed4f9fb012 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Mon, 6 Nov 2023 11:57:29 +0100 Subject: [PATCH] feat/audio branch now triggers deploy too --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b7e0410..d94cef6 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main","feat/audio"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: