Skip to content

Commit fa77ba8

Browse files
Corrects workflow branch to main
1 parent ac2db18 commit fa77ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
paths-ignore: [ README.md ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths-ignore: [ README.md ]
1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)