From 308f7e27cb0ae84d4afcb5830210b5da6da54534 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 10 Aug 2022 22:19:00 +0100 Subject: [PATCH] Don't run docs workflow for pull requests :construction_worker: The workflow attempts to skip the deployment step when it is run on other branches, however environment protection rules are checked before this, causing a failure. --- .github/workflows/docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 54f8b26b..571a5e54 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,6 @@ name: Docs on: - pull_request: push: branches: - master