From 0d75f685cdebbcd8adf211f3fed9cf3ca1e1e997 Mon Sep 17 00:00:00 2001 From: tree Date: Sat, 28 Jan 2023 20:06:49 +0100 Subject: [PATCH] Do not run gh-pages on pull request --- .github/workflows/gh-pages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c17ae516..a109cd77 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,7 +4,6 @@ on: push: branches: - main # Set a branch name to trigger deployment - pull_request: jobs: deploy: