From e72a557b961366a49590b1df077c1a195449cf50 Mon Sep 17 00:00:00 2001 From: Noah Hsu Date: Sun, 28 Aug 2022 15:39:08 +0800 Subject: [PATCH] ci: minimize the event that triggers the workflow --- .github/workflows/auto_lang.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_lang.yml b/.github/workflows/auto_lang.yml index 2fc1afcb..b1df9252 100644 --- a/.github/workflows/auto_lang.yml +++ b/.github/workflows/auto_lang.yml @@ -2,7 +2,11 @@ name: auto_lang on: push: - branches: [ '**' ] + branches: + - 'main' + paths: + - 'drivers/**' + - 'internal/bootstrap/data/setting.go' jobs: auto_lang: