mirror of https://github.com/Xhofe/alist
ci: minimize the event that triggers the workflow
parent
a6f3094c9a
commit
e72a557b96
|
@ -2,7 +2,11 @@ name: auto_lang
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ '**' ]
|
branches:
|
||||||
|
- 'main'
|
||||||
|
paths:
|
||||||
|
- 'drivers/**'
|
||||||
|
- 'internal/bootstrap/data/setting.go'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto_lang:
|
auto_lang:
|
||||||
|
|
Loading…
Reference in New Issue