From 4eaabf3ad22385e4346a47eff6cc2d8fe02c3c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivo=20Ili=C4=87?= <3476570+ivoilic@users.noreply.github.com> Date: Sun, 13 Feb 2022 16:48:56 -0500 Subject: [PATCH] Don't run build & test on changes to the docs --- .github/workflows/ci-go.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 87144d2845023..8cb2f50c7a56b 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -3,8 +3,12 @@ name: CI on: push: branches: ["main"] + paths: + - '!docs/**' pull_request: types: [opened, synchronize] + paths: + - '!docs/**' jobs: build: