Merge pull request #6928 from nextcloud/backport/6926/stable22

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