From 79031db117dd5f3c4879680ecc6a46f45a03213d Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 17 Jan 2024 01:31:31 +0100 Subject: [PATCH] gh pages --- .github/workflows/static.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c42ca1f..77f3f89 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -2,12 +2,16 @@ name: Deploy static content to Pages on: - # Runs on pushes targeting the default branch push: - branches: ['main'] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + branches: + - main + paths: + - 'website/**' + pull_request: + branches: + - main + paths: + - 'website/**' # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: