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