Skip to content

Commit cdeb50d

Browse files
committed
ci: run 2.0.x verification on main
1 parent c46dcee commit cdeb50d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# CI workflow for the feature/2.0.x line (JDK 17)
1+
# CI workflow for the main line (JDK 17)
22
#
33
# Triggers:
4-
# - push / pull_request on the feature/2.0.x branch
4+
# - push / pull_request on the main branch
55
# - manual workflow_dispatch
66
#
77
# Runs `mvn -B clean verify` which includes the JaCoCo coverage gate
@@ -10,9 +10,9 @@ name: CI
1010

1111
on:
1212
push:
13-
branches: [feature/2.0.x]
13+
branches: [main]
1414
pull_request:
15-
branches: [feature/2.0.x]
15+
branches: [main]
1616
workflow_dispatch:
1717

1818
permissions:

0 commit comments

Comments
 (0)