mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-30 17:24:08 +00:00
github:locale update will not trigger check
This commit is contained in:
parent
ae755a2f71
commit
c9a81f4fad
1
.github/workflows/macos-PR-check.yml
vendored
1
.github/workflows/macos-PR-check.yml
vendored
|
@ -16,6 +16,7 @@ on:
|
||||||
# - ".github/**"
|
# - ".github/**"
|
||||||
- "howto/**"
|
- "howto/**"
|
||||||
- "*.md"
|
- "*.md"
|
||||||
|
- "locale/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
|
@ -16,6 +16,7 @@ on:
|
||||||
# - ".github/**"
|
# - ".github/**"
|
||||||
- "howto/**"
|
- "howto/**"
|
||||||
- "*.md"
|
- "*.md"
|
||||||
|
- "locale/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
1
.github/workflows/ubuntu-PR-check.yml
vendored
1
.github/workflows/ubuntu-PR-check.yml
vendored
|
@ -16,6 +16,7 @@ on:
|
||||||
# - ".github/**"
|
# - ".github/**"
|
||||||
- "howto/**"
|
- "howto/**"
|
||||||
- "*.md"
|
- "*.md"
|
||||||
|
- "locale/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
1
.github/workflows/windows-PR-check.yml
vendored
1
.github/workflows/windows-PR-check.yml
vendored
|
@ -16,6 +16,7 @@ on:
|
||||||
# - ".github/**"
|
# - ".github/**"
|
||||||
- "howto/**"
|
- "howto/**"
|
||||||
- "*.md"
|
- "*.md"
|
||||||
|
- "locale/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
Loading…
Reference in a new issue