Skip to content

Commit

Permalink
ci: Run build when workspace and proj change (#3612)
Browse files Browse the repository at this point in the history
We have to add /** so CI runs when files in these folders change.
  • Loading branch information
philipphofmann authored Feb 5, 2024
1 parent 3bc6371 commit 24c8a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 24c8a0f

Please sign in to comment.