Skip to content

Commit 4fc9898

Browse files
author
Pelle Wessman
committed
Fix branch name in type checks
1 parent a6e21ee commit 4fc9898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/types.yml

Lines changed: 3 additions & 3 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

@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
type-check:
20-
uses: SocketDev/workflows/.github/workflows/type-check.yml@main
20+
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
2121
with:
2222
ts-versions: ${{ github.event.schedule && 'next' || '4.9,next' }}
2323
ts-libs: 'es2020;esnext'

0 commit comments

Comments
 (0)