Skip to content

Commit 562455e

Browse files
authored
build: CICD upd
1 parent bc6491b commit 562455e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-core-cm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches: [master, main]
1111
# schedule:
1212
# - cron: "30 4 * * 5" # catch SNAPSHOT breaking changes
13+
merge_group:
1314
workflow_dispatch:
1415

1516
jobs:
@@ -27,7 +28,7 @@ jobs:
2728
- uses: actions/checkout@v4
2829
with:
2930
repository: oslc-op/refimpl
30-
ref: master
31+
ref: main
3132
path: refimpl
3233
- name: Set up JDK
3334
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)