There was an error while loading. Please reload this page.
1 parent 5eedf6b commit e5df119Copy full SHA for e5df119
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
-# CI workflow for the feature/2.0.x line (JDK 17)
+# CI workflow for the main line (JDK 17)
2
#
3
# Triggers:
4
-# - push / pull_request on the feature/2.0.x branch
+# - push / pull_request on the main branch
5
# - manual workflow_dispatch
6
7
# Runs `mvn -B clean verify` which includes the JaCoCo coverage gate
@@ -10,9 +10,9 @@ name: CI
10
11
on:
12
push:
13
- branches: [feature/2.0.x]
+ branches: [main]
14
pull_request:
15
16
workflow_dispatch:
17
18
permissions:
0 commit comments