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:
|
||||
push:
|
||||
branches: [ '**' ]
|
||||
branches:
|
||||
- 'main'
|
||||
paths:
|
||||
- 'drivers/**'
|
||||
- 'internal/bootstrap/data/setting.go'
|
||||
|
||||
jobs:
|
||||
auto_lang:
|
||||
|
|
Loading…
Reference in New Issue