Skip to content

Commit c5f5172

Browse files
authored
Enable prerelease in post submit (#8613)
1 parent 95830b2 commit c5f5172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: prerelease
22

33
on:
44
pull_request:
5+
# closed will be triggered when a pull request is merged. This is to keep https://github.com/firebase/SpecsTesting up to date.
6+
types: [closed]
57
workflow_dispatch:
68
schedule:
79
# Run every day at 11pm (PST) - cron uses UTC times

0 commit comments

Comments
 (0)