Merge pull request #6926 from nextcloud/fix/actions

Do not run actions twice
This commit is contained in:
John Molakvoæ 2021-07-05 22:57:54 +02:00 committed by GitHub
commit 033a285ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
name: "Pull Request Docs Check"
on:
- pull_request
- push
pull_request:
push:
branches:
- master
- stable*
jobs:
user_manual: