Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-05 23:54:41 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-05 23:54:41 +0300
commit7ce40050de7b54e31019eecc3bba0daf89a6d6be (patch)
tree28db8332c6959e404a4edeb7e940a799394ff564 /.github
parent3b32712571dc9a3ca9b49929f2d667aa169a2c38 (diff)
Do not run actions twice
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sphinxbuild.yml8
1 files 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: