From 8852e9c20f507c159285ff5f2ab5c5baff271a39 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Wed, 4 Dec 2024 12:49:46 +1100 Subject: [PATCH] Fix website deploy --- .github/workflows/publish-to-pages.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pages.yaml b/.github/workflows/publish-to-pages.yaml index d40b582a4..56cbb1bd4 100644 --- a/.github/workflows/publish-to-pages.yaml +++ b/.github/workflows/publish-to-pages.yaml @@ -1,11 +1,10 @@ name: publish to github pages on: - # Trigger when there is a new commit on main branch push: + # Trigger when there is a new commit on main branch branches: [ main ] - # also trigger when a new release tag is added to the repo - push: + # also trigger when a new release tag is added to the repo tags: - "v*"