Skip to content

Commit c6fc47a

Browse files
committed
CI: Enable testing on 'cms_pico-1.0' branch
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
1 parent 2280e8d commit c6fc47a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Test Pico CMS for Nextcloud
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- 'master'
7+
- 'cms_pico-1.0'
68
tags: [ 'v*.*.*' ]
79
pull_request: {}
810

@@ -22,7 +24,7 @@ jobs:
2224
NEXTCLOUD_STABLE23_BRANCH: "releases/latest-23"
2325
NEXTCLOUD_STABLE23_PHP_VERSIONS: "7.3 7.4 8.0"
2426
NEXTCLOUD_MASTER_BRANCH: "daily/latest-master"
25-
NEXTCLOUD_MASTER_PHP_VERSIONS: "7.3 7.4 8.0 8.1"
27+
NEXTCLOUD_MASTER_PHP_VERSIONS: "7.4 8.0 8.1"
2628

2729
outputs:
2830
BUILD_MATRIX_NEXTCLOUD: ${{ steps.generate-jobs.outputs.BUILD_MATRIX_NEXTCLOUD }}

0 commit comments

Comments
 (0)