Skip to content

Commit 493ab6e

Browse files
committed
Add triggers
1 parent 56a3978 commit 493ab6e

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
1515
- '.github/workflows/common_catalyst.yml'
16+
- '.github/workflows/common_quickstart.yml'
1617
- 'Gemfile*'
1718
schedule:
1819
# Run every day at 2am (PDT) / 5am (EDT) - cron uses UTC times

.github/workflows/auth.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
1515
- '.github/workflows/common_catalyst.yml'
16+
- '.github/workflows/common_quickstart.yml'
1617
- 'scripts/gha-encrypted/AuthSample/SwiftApplication.plist.gpg'
1718
- 'Gemfile*'
1819
schedule:

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
1515
- '.github/workflows/common_catalyst.yml'
16+
- '.github/workflows/common_quickstart.yml'
1617
- 'Interop/Analytics/Public/*.h'
1718
- 'Gemfile*'
1819
schedule:

.github/workflows/database.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- '.github/workflows/common.yml'
1717
- '.github/workflows/common_cocoapods.yml'
1818
- '.github/workflows/common_catalyst.yml'
19+
- '.github/workflows/common_quickstart.yml'
1920
- 'Gemfile*'
2021
- 'scripts/run_database_emulator.sh'
2122
schedule:

.github/workflows/inappmessaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/workflows/inappmessaging.yml'
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
15+
- '.github/workflows/common_quickstart.yml'
1516
- 'Gemfile*'
1617
schedule:
1718
# Run every day at 11pm (PDT) / 2am (EDT) - cron uses UTC times

.github/workflows/installations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/workflows/common.yml'
1313
- '.github/workflows/common_cocoapods.yml'
1414
- '.github/workflows/common_catalyst.yml'
15+
- '.github/workflows/common_quickstart.yml'
1516
- 'Gemfile*'
1617
schedule:
1718
# Run every day at 11pm (PDT) / 2am (EDT) - cron uses UTC times

.github/workflows/messaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- '.github/workflows/common.yml'
2020
- '.github/workflows/common_cocoapods.yml'
2121
- '.github/workflows/common_catalyst.yml'
22+
- '.github/workflows/common_quickstart.yml'
2223
# Rebuild on Ruby infrastructure changes
2324
- 'Gemfile*'
2425
schedule:

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- '.github/workflows/common.yml'
2020
- '.github/workflows/common_cocoapods.yml'
2121
- '.github/workflows/common_catalyst.yml'
22+
- '.github/workflows/common_quickstart.yml'
2223
# Rebuild on Ruby infrastructure changes
2324
- 'Gemfile*'
2425
schedule:

.github/workflows/remoteconfig.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
1515
- '.github/workflows/common_catalyst.yml'
16+
- '.github/workflows/common_quickstart.yml'
1617
- 'Gemfile*'
1718
- 'scripts/generate_access_token.sh'
1819
- 'scripts/gha-encrypted/RemoteConfigSwiftAPI/**'

.github/workflows/storage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
1515
- '.github/workflows/common_catalyst.yml'
16+
- '.github/workflows/common_quickstart.yml'
1617
# Rebuild on Ruby infrastructure changes.
1718
- 'Gemfile*'
1819
schedule:

0 commit comments

Comments
 (0)