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 c712c6d commit a334a17Copy full SHA for a334a17
.github/workflows/check-api-outdated.yml
@@ -5,6 +5,9 @@ on:
5
branches-ignore:
6
- "github-pages/*"
7
- "gh-pages/*"
8
+ pull_request:
9
+ # check results of former push could be outdated
10
+ types: [opened, reopened]
11
workflow_dispatch:
12
schedule:
13
# “At 4 am on every day.” (https://crontab.guru)
0 commit comments