Skip to content

Commit 142e7db

Browse files
authored
Merge pull request #18 from ohkinozomu/fix-workflows
Fix branch name to master
2 parents dbe211d + 56486e1 commit 142e7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- master
88
pull_request:
99
branches:
10-
- main
10+
- master
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)