We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95830b2 commit c5f5172Copy full SHA for c5f5172
.github/workflows/prerelease.yml
@@ -2,6 +2,8 @@ name: prerelease
2
3
on:
4
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]
7
workflow_dispatch:
8
schedule:
9
# Run every day at 11pm (PST) - cron uses UTC times
0 commit comments