From 6a100c9ca1716913ac82cc974feb86f824c97df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= <4096670+Citymonstret@users.noreply.github.com> Date: Sun, 17 Jan 2021 09:42:14 +0100 Subject: [PATCH] Update docs.yml Only push documentation on push to master --- .github/workflows/docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cab37a05..ecdb63ce 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,8 +5,6 @@ name: asciidoctor-ghpages on: push: branches: [ master, gh-pages ] - pull_request: - branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: