From 24c8a0f2f9793e25a485976a83335d67ac6b1d08 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Mon, 5 Feb 2024 12:00:38 +0100 Subject: [PATCH] ci: Run build when workspace and proj change (#3612) We have to add /** so CI runs when files in these folders change. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e70c86be5b..ca10b157fa8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ on: - '.github/workflows/build.yml' - 'fastlane/**' - 'scripts/ci-select-xcode.sh' - - Sentry.xcworkspace - - Sentry.xcodeproj + - Sentry.xcworkspace/** + - Sentry.xcodeproj/** - Gemfile.lock - 'Package.swift'