Skip to content

Commit 3270c3d

Browse files
committed
temp on pr
1 parent efbc5dc commit 3270c3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ env:
55
MAVEN_VERSION: '3.6.3'
66

77
on:
8-
workflow_dispatch:
98
push:
109
branches: [ "main" ]
10+
# TODO: remove before merging
11+
workflow_dispatch:
12+
pull_request:
13+
branches: [ "main" ]
1114

1215
jobs:
1316
build:

0 commit comments

Comments
 (0)