mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 06:24:12 +02:00
feat(ci): make gradle github ci only run in files edited in connector/
This commit is contained in:
parent
4e2f1ecdc1
commit
072645bf6a
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -10,8 +10,12 @@ name: Java CI with Gradle
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "connector/**"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "connector/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user