From 29be6430b02003be223f327666fbfe41cbeabd5c Mon Sep 17 00:00:00 2001 From: Sawyerf Date: Fri, 13 Dec 2024 16:35:32 +0100 Subject: [PATCH] stable --- .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 a244522..29f4390 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy web site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["stable"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: