Skip to content

Commit e69f50f

Browse files
authored
Change branch name from 'main' to 'master' in workflow
1 parent 5d9b604 commit e69f50f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

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

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
pull_request:
7-
branches: [main]
7+
branches: [master]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)