Skip to content

Commit ac6a083

Browse files
committed
fix: pr workflow issue
1 parent 49d9df7 commit ac6a083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Check pr
22

33
on:
44
pull_request:
5-
- branches: ["main"]
6-
5+
branches:
6+
- master
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)