Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzz-yyhyy committed Apr 3, 2024
1 parent 09ac26a commit 1af87e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gradle.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ name: Java CI with Gradle
on:
push:
branches: [ "bukkit" ]
paths:
- src/**
- build.gradle.kts
- gradle.properties.kts
- settings.gradle.kts
pull_request:
branches: [ "bukkit" ]
paths:
- src/**
- build.gradle.kts
- gradle.properties.kts
- settings.gradle.kts

jobs:
build:
Expand Down

0 comments on commit 1af87e3

Please sign in to comment.