Skip to content

Commit 7732159

Browse files
committed
chore: run main when reopening prs
1 parent ec668f5 commit 7732159

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Main
22

33
on:
44
push:
5+
pull_request:
6+
branches:
7+
- main
8+
types:
9+
- reopened
510
schedule:
611
- cron: "21 5 22 * *"
712
permissions: {}

0 commit comments

Comments
 (0)