ci: minimize the event that triggers the workflow
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user