Skip to content

Commit a5ed756

Browse files
authored
Fix shared-swift build rule (#12049)
1 parent aec227b commit a5ed756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shared-swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'FirebaseSharedSwift**'
7+
- '.github/workflows/shared-swift.yml'
78
- 'Gemfile*'
89

910
schedule:
@@ -45,6 +46,7 @@ jobs:
4546
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
4647
strategy:
4748
matrix:
49+
target: [iOS, tvOS, macOS, catalyst, watchOS]
4850
os: [macos-12, macos-13]
4951
include:
5052
- os: macos-12

0 commit comments

Comments
 (0)