Skip to content

Commit e297db3

Browse files
committed
yml file update
1 parent f07d38f commit e297db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: CI using MATLAB
1515

1616
on:
1717
push:
18-
branches: [ master ]
18+
branches: [ main ]
1919
paths-ignore:
2020
- 'docs/**'
2121
- '**.md'
@@ -25,7 +25,7 @@ on:
2525
- '**.xml'
2626

2727
pull_request:
28-
branches: [ master ]
28+
branches: [ main ]
2929
paths-ignore:
3030
- 'docs/**'
3131
- '**.md'

0 commit comments

Comments
 (0)