We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c6f72 commit ae497b4Copy full SHA for ae497b4
1 file changed
.github/workflows/check-actions.yaml
@@ -2,6 +2,11 @@ name: Check actions
2
3
on:
4
push:
5
+ pull_request:
6
+ branches:
7
+ - main
8
+ types:
9
+ - reopened
10
schedule:
11
- cron: "14 5 3 * *"
12
permissions: {}
0 commit comments