Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: abtesting

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseABTesting**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: analytics

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseAnalytics**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/appdistribution.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: appdistribution

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseAppDistribution**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/archiving.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: archiving

on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/archiving.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auth.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: auth

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseAuth**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: check

on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'Firestore/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/client_app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: client_app

on:
workflow_dispatch:
pull_request:
paths:
- ".github/workflows/client_app.yml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cocoapods-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: cocoapods-integration

on:
workflow_dispatch:
pull_request:
paths:
- 'IntegrationTesting/CocoapodsIntegrationTest/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name: combine

on:
workflow_dispatch:
pull_request:
paths:
# Combine sources
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: core

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseCore**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: core_extension

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseCoreExtension.podspec'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core_internal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: core_internal

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseCoreInternal.podspec'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: crashlytics

on:
workflow_dispatch:
pull_request:
paths:
- 'Crashlytics**'
Expand Down
Loading