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 1573706 commit 979a7b6Copy full SHA for 979a7b6
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