Skip to content
Snippets Groups Projects
Commit 6e35625f authored by AnimeGitB's avatar AnimeGitB
Browse files

Make lint workflows ignore generated folder

But run them on linter and workflow changes
parent 36b71d01
Branches
Tags
No related merge requests found
...@@ -3,15 +3,19 @@ on: ...@@ -3,15 +3,19 @@ on:
workflow_dispatch: ~ workflow_dispatch: ~
push: push:
paths: paths:
- "**.java" - ".github/workflows/**"
- "src/main/**.java"
- "**.json" - "**.json"
- "manage_languages.py"
branches: branches:
- "stable" - "stable"
- "development" - "development"
pull_request: pull_request:
paths: paths:
- "**.java" - ".github/workflows/**"
- "src/main/**.java"
- "**.json" - "**.json"
- "manage_languages.py"
types: types:
- opened - opened
- synchronize - synchronize
......
...@@ -3,8 +3,12 @@ on: ...@@ -3,8 +3,12 @@ on:
workflow_dispatch: ~ workflow_dispatch: ~
push: push:
paths: paths:
- "**.java" - ".github/workflows/**"
- "src/main/**.java"
- "**.json" - "**.json"
- "build.gradle"
- "format_whitespace.py"
- "manage_languages.py"
branches: branches:
- "development" - "development"
jobs: jobs:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment