mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 20:18:47 +08:00
ci: minimize the event that triggers the workflow
This commit is contained in:
parent
a6f3094c9a
commit
e72a557b96
6
.github/workflows/auto_lang.yml
vendored
6
.github/workflows/auto_lang.yml
vendored
@ -2,7 +2,11 @@ name: auto_lang
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ '**' ]
|
||||
branches:
|
||||
- 'main'
|
||||
paths:
|
||||
- 'drivers/**'
|
||||
- 'internal/bootstrap/data/setting.go'
|
||||
|
||||
jobs:
|
||||
auto_lang:
|
||||
|
Loading…
x
Reference in New Issue
Block a user