mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 07:55:57 +01:00
Make lint workflows ignore generated folder
But run them on linter and workflow changes
This commit is contained in:
6
.github/workflows/lint_commit.yml
vendored
6
.github/workflows/lint_commit.yml
vendored
@@ -3,8 +3,12 @@ on:
|
||||
workflow_dispatch: ~
|
||||
push:
|
||||
paths:
|
||||
- "**.java"
|
||||
- ".github/workflows/**"
|
||||
- "src/main/**.java"
|
||||
- "**.json"
|
||||
- "build.gradle"
|
||||
- "format_whitespace.py"
|
||||
- "manage_languages.py"
|
||||
branches:
|
||||
- "development"
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user