mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #6926 from nextcloud/fix/actions
Do not run actions twice
This commit is contained in:
commit
033a285ece
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