Merge pull request #2424 from nextcloud/enable_ci_for_stable_branches

Try to enable the CI on stable branches as well
This commit is contained in:
Kevin Ottens 2020-09-15 15:24:58 +02:00 committed by GitHub
commit 9d05bc0a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ volumes:
trigger:
branch:
- master
- stable-*
event:
- pull_request
- push
@ -86,6 +87,7 @@ volumes:
trigger:
branch:
- master
- stable-*
event:
- pull_request
- push
@ -108,6 +110,7 @@ steps:
trigger:
branch:
- master
- stable-*
event:
- pull_request
- push