From 1d8e83b3c05c6fd223096612dc3e37e7b2fb874c Mon Sep 17 00:00:00 2001 From: xztaityozx Date: Sat, 2 Dec 2023 11:40:38 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=82=92=E8=B5=B7=E5=8B=95=E3=81=99=E3=82=8B?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E3=82=92=E5=A4=89=E6=9B=B4=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index aa2330c..b2cc0fe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,9 +5,11 @@ on: tags: - 'v*' pull_request: + types: [opened, synchronize, reopened] paths: - '**.go' - - '.github/workflows/**' + - '.github/workflows/go.yaml' + - 'test/e2e/**' jobs: linter: