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 056de5b commit 8f7f164Copy full SHA for 8f7f164
.github/workflows/prerelease.yml
@@ -7,6 +7,8 @@ on:
7
pull_request:
8
# closed will be triggered when a pull request is merged. This is to keep https://github.com/firebase/SpecsTesting up to date.
9
types: [closed]
10
+ paths:
11
+ - '.github/workflows/prerelease.yml'
12
workflow_dispatch:
13
schedule:
14
# Run every day at 10pm (PDT) / 1am (EDT) - cron uses UTC times
0 commit comments