From 94c2236131c0b896d9e819e305e6f5e511b25c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dan?= Date: Tue, 24 Oct 2023 11:00:07 +0200 Subject: [PATCH] ci: test deploy from dev 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 8517e9f..01e3687 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ name: Deploy Gatsby site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "ci/deploy-github-page"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: