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 d7984bc commit dfb5868Copy full SHA for dfb5868
1 file changed
.github/workflows/nightly.yml
@@ -4,6 +4,8 @@
4
name: Run nightly package version and status checks
5
6
on:
7
+ pull_request:
8
+ types: [opened, edited, synchronize, reopened]
9
schedule:
10
- cron: '0 2 * * *'
11
workflow_dispatch:
0 commit comments