From 4477e9474a41686a38e4f51502f76333518b83d0 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Mon, 22 May 2023 19:05:56 +0200 Subject: [PATCH] test website --- .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 60b3294..94ae695 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","dev"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: