Skip to content

Commit 01d1c70

Browse files
committed
fix: update CI configuration to specify branch patterns and correct Codecov slug
1 parent 29a434b commit 01d1c70

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ permissions:
44

55
on:
66
push:
7-
branches: [main, develop]
7+
branches:
8+
- main
9+
- 'fix*'
10+
- 'feat*'
11+
- 'feature*'
812
pull_request:
913
branches: [main]
1014

@@ -35,7 +39,7 @@ jobs:
3539
uses: codecov/codecov-action@v5
3640
with:
3741
token: ${{ secrets.CODECOV_TOKEN }}
38-
slug: The-Software-Compagny/parser_ldap_rfc4512
42+
slug: tacxou/jsonforms_builder
3943
files: ./coverage/lcov.info
4044
flags: unittests
4145
name: codecov-umbrella

0 commit comments

Comments
 (0)