mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 14:34: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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
paths:
|
||||||
|
- "connector/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
paths:
|
||||||
|
- "connector/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user