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: on:
push: push:
branches: [ '**' ] branches:
- 'main'
paths:
- 'drivers/**'
- 'internal/bootstrap/data/setting.go'
jobs: jobs:
auto_lang: auto_lang: