From 0e286c50c8eb70d105ce5e8fa4be1256c999c238 Mon Sep 17 00:00:00 2001 From: Cem Deniz Kabakci Date: Thu, 14 Mar 2024 12:17:49 +0100 Subject: [PATCH] Update gh workflow Co-authored-by: Jose Riguera --- .github/workflows/gh-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 54d1be7..12e74f9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,10 +4,10 @@ name: Deploy static content to Pages on: push: branches: - - "gh-pages" - release: - types: - - published + - 'gh-pages' + paths: + - '**/index.yaml' + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: