Merge pull request #6929 from nextcloud/backport/6926/stable20

[stable20] Do not run actions twice
This commit is contained in:
John Molakvoæ 2021-07-05 23:10:34 +02:00 committed by GitHub
commit a0d43316bb
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: