From 33274ebbe93a8a21901dc933989e9231ebae861f Mon Sep 17 00:00:00 2001 From: Michael Barton Date: Thu, 17 Oct 2024 18:41:04 +0100 Subject: [PATCH] Hopefully fix deploy on push to live --- .github/workflows/deploy-to-gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index 7de2537..b469e98 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -6,7 +6,8 @@ name: Deploy ROP calculator on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: + - live # Allows you to run this workflow manually from the Actions tab workflow_dispatch: