Skip to content

Commit d54e659

Browse files
committed
fix branch name
1 parent 5543b5e commit d54e659

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
@@ -1,9 +1,9 @@
1-
name: check PR to main
1+
name: check PR to master
22

33
on:
44
pull_request:
55
branches:
6-
- main
6+
- master
77
jobs:
88
ts-check:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)