From 37a24024031f70a4f919406806b64d59cbc2974a Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Thu, 16 Apr 2026 15:47:33 -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 7e065a5..a2ad31c 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: