Skip to content

Commit 79f6d94

Browse files
committed
chore: use fork of CI config
1 parent 5efcb06 commit 79f6d94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "main"
77
- "develop"
88
- "support/*"
9+
- "feature/add_code_coverage"
910
tags:
1011
- "*"
1112
pull_request:
@@ -29,7 +30,7 @@ jobs:
2930
strategy:
3031
fail-fast: false
3132
matrix: ${{ fromJson(needs.generate-ci-matrix.outputs.matrix) }}
32-
uses: "glpi-project/plugin-ci-workflows/.github/workflows/continuous-integration.yml@v1"
33+
uses: "btry/plugin-ci-workflows/.github/workflows/continuous-integration.yml@v1"
3334
with:
3435
plugin-key: "carbon"
3536
glpi-version: "${{ matrix.glpi-version }}"

0 commit comments

Comments
 (0)