There was an error while loading. Please reload this page.
2 parents 7754ca4 + 8ee5c68 commit fccbe4bCopy full SHA for fccbe4b
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,13 @@
1
name: build
2
3
-on: [push, pull_request]
+on:
4
+ pull_request: {}
5
+ workflow_dispatch: {}
6
+ push:
7
+ branches:
8
+ - 'trunk'
9
+ tags-ignore:
10
+ - '**'
11
12
env:
13
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
@@ -10,7 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
-
14
20
- uses: actions/setup-java@v4
15
21
with:
16
22
distribution: 'zulu'
@@ -42,7 +48,6 @@ jobs:
42
48
ls /dev/kvm
43
49
44
50
45
46
51
47
52
53
@@ -63,7 +68,6 @@ jobs:
63
68
64
69
65
70
66
67
71
72
73
@@ -84,7 +88,6 @@ jobs:
84
88
85
89
86
90
87
91
92
93
0 commit comments