Run build only when pushing changes to src/**, .github/** and Gradle files.

This commit is contained in:
Tenkuma 2025-12-15 00:54:44 -03:00 committed by GitHub
commit 21df2cc7bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,13 @@
name: Build
on: [push]
on:
push:
paths:
- 'src/**'
- '.github/**'
- 'build.gradle.kts'
- 'gradle.properties'
- 'settings.gradle'
jobs:
build: