Skip to content

Commit b9a75bc

Browse files
committed
Update GH actions triggers
1 parent 62a2bbf commit b9a75bc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
name: Build Plugin
2-
on: [ push, pull_request ]
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
39
jobs:
410
gradle-build:
511
runs-on: ubuntu-latest
612
steps:
713
- name: git clone
814
uses: actions/checkout@v4
915
- name: Set up JDK
10-
uses: actions/setup-java@v4.2.1
16+
uses: actions/setup-java@v4
1117
with:
1218
distribution: temurin
1319
java-version: 11

0 commit comments

Comments
 (0)