From 7ce40050de7b54e31019eecc3bba0daf89a6d6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 5 Jul 2021 22:54:41 +0200 Subject: [PATCH] Do not run actions twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .github/workflows/sphinxbuild.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sphinxbuild.yml b/.github/workflows/sphinxbuild.yml index 56f2820ee..fd00758c7 100644 --- a/.github/workflows/sphinxbuild.yml +++ b/.github/workflows/sphinxbuild.yml @@ -1,7 +1,11 @@ name: "Pull Request Docs Check" + on: -- pull_request -- push + pull_request: + push: + branches: + - master + - stable* jobs: user_manual: