ci: minimize the event that triggers the workflow

pull/1604/head
Noah Hsu 2022-08-28 15:39:08 +08:00
parent a6f3094c9a
commit e72a557b96
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@ name: auto_lang
on:
push:
branches: [ '**' ]
branches:
- 'main'
paths:
- 'drivers/**'
- 'internal/bootstrap/data/setting.go'
jobs:
auto_lang: