mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Do not run actions twice
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
55d0221b9f
commit
60ba2cb842
8
.github/workflows/sphinxbuild.yml
vendored
8
.github/workflows/sphinxbuild.yml
vendored
@ -1,7 +1,11 @@
|
||||
name: "Pull Request Docs Check"
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- stable*
|
||||
|
||||
jobs:
|
||||
user_manual:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user