Skip to content

Commit c00d18b

Browse files
committed
fix bad podspec name
1 parent 1064ace commit c00d18b

File tree

7 files changed

+25
-1
lines changed

7 files changed

+25
-1
lines changed

.github/workflows/anonymousauth.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7+
- 'FirebaseAuthUI/**'
8+
- 'FirebaseAuthUI.podspec'
79
- '.github/workflows/anonymousauth.yml'
810
- 'FirebaseAnonymousAuthUI/**'
911
- 'test.sh'
@@ -12,6 +14,8 @@ on:
1214
pull_request:
1315
branches: [ master ]
1416
paths:
17+
- 'FirebaseAuthUI/**'
18+
- 'FirebaseAuthUI.podspec'
1519
- '.github/workflows/anonymousauth.yml'
1620
- 'FirebaseAnonymousAuthUI/**'
1721
- 'test.sh'

.github/workflows/emailauth.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7+
- 'FirebaseAuthUI/**'
8+
- 'FirebaseAuthUI.podspec'
79
- '.github/workflows/emailauth.yml'
810
- 'FirebaseEmailAuthUI/**'
911
- 'test.sh'
@@ -12,6 +14,8 @@ on:
1214
pull_request:
1315
branches: [ master ]
1416
paths:
17+
- 'FirebaseAuthUI/**'
18+
- 'FirebaseAuthUI.podspec'
1519
- '.github/workflows/emailauth.yml'
1620
- 'FirebaseEmailAuthUI/**'
1721
- 'test.sh'

.github/workflows/facebookauth.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7+
- 'FirebaseAuthUI/**'
8+
- 'FirebaseAuthUI.podspec'
79
- '.github/workflows/facebookauth.yml'
810
- 'FirebaseFacebookAuthUI/**'
911
- 'test.sh'
@@ -12,6 +14,8 @@ on:
1214
pull_request:
1315
branches: [ master ]
1416
paths:
17+
- 'FirebaseAuthUI/**'
18+
- 'FirebaseAuthUI.podspec'
1519
- '.github/workflows/facebookauth.yml'
1620
- 'FirebaseFacebookAuthUI/**'
1721
- 'test.sh'

.github/workflows/googleauth.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7+
- 'FirebaseAuthUI/**'
8+
- 'FirebaseAuthUI.podspec'
79
- '.github/workflows/googleauth.yml'
810
- 'FirebaseGoogleAuthUI/**'
911
- 'test.sh'
1012
- 'FirebaseGoogleAuthUI.podspec'
1113
pull_request:
1214
branches: [ master ]
1315
paths:
16+
- 'FirebaseAuthUI/**'
17+
- 'FirebaseAuthUI.podspec'
1418
- '.github/workflows/googleauth.yml'
1519
- 'FirebaseGoogleAuthUI/**'
1620
- 'test.sh'

.github/workflows/oauth.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7+
- 'FirebaseAuthUI/**'
8+
- 'FirebaseAuthUI.podspec'
79
- '.github/workflows/oauth.yml'
810
- 'FirebaseOAuthUI/**'
911
- 'test.sh'
@@ -12,6 +14,8 @@ on:
1214
pull_request:
1315
branches: [ master ]
1416
paths:
17+
- 'FirebaseAuthUI/**'
18+
- 'FirebaseAuthUI.podspec'
1519
- '.github/workflows/oauth.yml'
1620
- 'FirebaseOAuthUI/**'
1721
- 'test.sh'

.github/workflows/phoneauth.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7+
- 'FirebaseAuthUI/**'
8+
- 'FirebaseAuthUI.podspec'
79
- '.github/workflows/phoneauth.yml'
810
- 'FirebasePhoneAuthUI/**'
911
- 'test.sh'
@@ -12,6 +14,8 @@ on:
1214
pull_request:
1315
branches: [ master ]
1416
paths:
17+
- 'FirebaseAuthUI/**'
18+
- 'FirebaseAuthUI.podspec'
1519
- '.github/workflows/phoneauth.yml'
1620
- 'FirebasePhoneAuthUI/**'
1721
- 'test.sh'

.github/workflows/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
run: gem install bundler; bundle install
6363
- name: Build
6464
run: |
65-
bundle exec pod lib lint FirebaseStorageAuthUI.podspec
65+
bundle exec pod lib lint FirebaseStorageUI.podspec

0 commit comments

Comments
 (0)