From d776836987789885b0600e270ee49ddb20aea2ef Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Tue, 8 Aug 2023 14:57:26 +1000 Subject: [PATCH] Build and deploy automatically on pushes Trigger the deployment workflow automatically on push. Signed-off-by: Andrew Donnellan --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 63e0173..1bd7be4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,8 +1,8 @@ name: Deploy to GitHub Pages on: - # push: - # branches: ["master"] + push: + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: