From 26cb52897f96029af765c38752dfa8f29c39a1da Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Thu, 16 Apr 2026 15:47:06 -0400 Subject: [PATCH] ci(build): skip build on readme-only changes --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9fda29..f25000d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,14 +3,16 @@ name: Build on: workflow_dispatch: pull_request: - types: [opened, reopened] + types: [opened, reopened, synchronize] paths: - 'src/**' - - '*.slnx' - '.github/workflows/build.yml' push: branches: - main + paths: + - 'src/**' + - '.github/workflows/build.yml' jobs: build: