Skip to content

Commit

Permalink
Change: 実行条件をdownload_testとほぼ同じに
Browse files Browse the repository at this point in the history
Co-Authored-By: qryxip <[email protected]>
  • Loading branch information
sevenc-nanashi and qryxip committed Sep 3, 2023
1 parent b2605ea commit f26425c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/java_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: "Lint Java code"

on:
push:
paths:
- "**.java"
- "./.github/workflows/java_lint.yml"
branches:
- main
pull_request:
paths:
- "**.java"
- "./.github/workflows/java_lint.yml"
- ./crates/voicevox_core_java_api/**/*.java
- ./crates/voicevox_core_java_api/gradle/**
- ./crates/voicevox_core_java_api/gradlew
- ./crates/voicevox_core_java_api/settings.gradle
- ./.github/workflows/java_lint.yml

defaults:
run:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: "Lint Python code"

on:
push:
paths:
- "**.py"
- "./.github/workflows/python_lint.yml"
branches:
- main
pull_request:
paths:
- "**.py"
- "./.github/workflows/python_lint.yml"
- ./crates/voicevox_core_python_api/**/*.py
- ./crates/voicevox_core_python_api/requirements*.txt
- ./crates/voicevox_core_python_api/pyproject.toml
- ./.github/workflows/python_lint.yml

defaults:
run:
Expand Down

0 comments on commit f26425c

Please sign in to comment.