Skip to content

Commit 063137d

Browse files
committed
trailing and trigger
1 parent cf48d5e commit 063137d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
# closed will be triggered when a pull request is merged. This is to keep https://github.com/firebase/SpecsTesting up to date.
99
types: [closed]
10+
paths:
11+
- '.github/workflows/prerelease.yml'
1012
workflow_dispatch:
1113
schedule:
1214
# Run every day at 10pm (PDT) / 1am (EDT) - cron uses UTC times
@@ -258,7 +260,7 @@ jobs:
258260
strategy:
259261
matrix:
260262
include:
261-
- product: Performance
263+
- product: Performance
262264
plist_src_path: scripts/gha-encrypted/qs-performance.plist.gpg
263265
plist_dst_path: quickstart-ios/performance/GoogleService-Info.plist
264266
run_tests: true

0 commit comments

Comments
 (0)