Skip to content

Commit 9ae3fa6

Browse files
author
Pelle Wessman
committed
Fix branch name in type checks
1 parent 25f8b7e commit 9ae3fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/types.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Type Checks
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
tags:
88
- '*'
99
pull_request:
1010
branches:
11-
- main
11+
- master
1212
schedule:
1313
- cron: '14 5 * * 1,3,5'
1414

0 commit comments

Comments
 (0)