Skip to content

Commit

Permalink
Update GH actions triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jul 15, 2024
1 parent 62a2bbf commit b9a75bc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: Build Plugin
on: [ push, pull_request ]

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
gradle-build:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit b9a75bc

Please sign in to comment.