Skip to content

Commit aab09fb

Browse files
committed
ci(build): Updated
1 parent 14ecc6b commit aab09fb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ name: Build Mod .jar
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
9+
paths:
10+
- 'build.gradle'
11+
- 'gradle.properties'
12+
- 'gradlew'
13+
- 'gradlew.bat'
14+
- 'settings.gradle'
15+
- '.github/workflows/build.yml'
16+
- 'gradle/**'
17+
- 'src/**'
18+
19+
pull_request:
20+
branches:
21+
- main
622

723
permissions:
824
contents: write
@@ -13,6 +29,7 @@ jobs:
1329
name: Build
1430
steps:
1531
- uses: actions/checkout@v4
32+
1633
- name: Set up JDK
1734
uses: actions/setup-java@v4
1835
with:

0 commit comments

Comments
 (0)