From 271bcea8bf8fc9a570bb68f7bbd33c538bce1e0e Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Tue, 23 Aug 2022 23:02:24 -0400 Subject: [PATCH] Don't attempt to deploy documentation from PRs. --- .github/workflows/deploy-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 83a0f089..06594513 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -1,6 +1,6 @@ name: deploy documentation -on: [push, pull_request] +on: [push] jobs: deploy: