From 82a285fef84a00c1eaf45fd88dbccbe807bb6bcd Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 19 Feb 2024 14:06:28 +0000 Subject: [PATCH] Correct retro deploy for main only --- .github/workflows/deploy-retro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-retro.yml b/.github/workflows/deploy-retro.yml index 0ee5c32..5ff1b05 100644 --- a/.github/workflows/deploy-retro.yml +++ b/.github/workflows/deploy-retro.yml @@ -4,7 +4,7 @@ on: # Runs on pushes targeting the default branch push: branches: - - '*' + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: