From ebabdbce72310347ea879dc3c5f2063db27b2d0a Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Sat, 15 Apr 2023 17:29:07 +0200 Subject: [PATCH] chore: optimize CI --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 34b87370..43c66407 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,11 +1,11 @@ -# This workflow will build a golang project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go - name: Go on: push: branches: [ "main" ] + paths: + - '**.go' + - '**go.sum' pull_request: branches: [ "main" ]