From 23f4a8dcf3951aac39c061e2838c7ef6cf4f23b2 Mon Sep 17 00:00:00 2001 From: OllieJC <5426038+OllieJC@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:03:36 +0000 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7feeed2..4e0547f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,13 +1,10 @@ name: Deploy to GitHub Pages on: - push: - branches: ["main"] - paths: - - bin/** - - ".well-known/**" - - .github/workflows/gh-pages.yml - - "*.html" + workflow_run: + workflows: ['Configure and maintain mta-sts.txt'] + types: + - completed workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages