Skip to content

Commit a0d4331

Browse files
authored
Merge pull request #6929 from nextcloud/backport/6926/stable20
[stable20] Do not run actions twice
2 parents 55d0221 + 60ba2cb commit a0d4331

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/sphinxbuild.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: "Pull Request Docs Check"
2+
23
on:
3-
- pull_request
4-
- push
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
- stable*
59

610
jobs:
711
user_manual:

0 commit comments

Comments
 (0)