From 3b428be7fb0b9398a018e44cf415ba9421760fe3 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 27 Dec 2022 20:58:28 +0100 Subject: [PATCH] Update pages.yml Disabling push trigger, as gh pages are not enabled. --- .github/workflows/pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a345e3e274..9250a8b0bc 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,7 +2,9 @@ name: Publish WIKI to pages # Controls when the workflow will run on: - push: + # push trigger runs automatically when a wiki page changes + # disabled as github-pages are not enabled in our repo currently. + # push: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: