From dfc1ae5de4fcb320de38c146e7add7044ba10bae Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Mar 2021 23:47:27 +0100 Subject: [PATCH] Ignore MSW-only changes for PR builds on GitHub CI too This extends the grandparent commit to apply to pull requests and not only to the master builds. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6be3ef5dc..f068f35b38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,12 @@ on: - 'distrib/**' - 'docs/**' - 'interface/**' + - 'include/msvc/**' + - 'include/wx/msw/**' + - 'src/wx/msw/**' - '*.md' - '*.yml' + - 'wxwidgets.props' jobs: build: