mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-03 19:36:53 -04:00
仅在必要时运行 GitHub Action (#2892)
* 仅在必要时运行 GitHub Action * test * test * test * update
This commit is contained in:
parent
88d7493870
commit
c39c19f215
8
.github/workflows/check-style.yml
vendored
8
.github/workflows/check-style.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Check Style
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
'**.java'
|
||||
pull_request:
|
||||
paths:
|
||||
'**.java'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/check-translations.yml
vendored
8
.github/workflows/check-translations.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Check Translations
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
'**.properties'
|
||||
pull_request:
|
||||
paths:
|
||||
'**.properties'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/gradle.yml
vendored
8
.github/workflows/gradle.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Java CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
'**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
'**.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user