Skip to content

Commit cae0166

Browse files
Change branch name from 'master' to 'main' in workflow
1 parent 12852b8 commit cae0166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
paths:
77
- morphct/**
88
- environment.yml
99
- .github/workflows/pytest.yml
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ main ]
1212
paths:
1313
- morphct/**
1414
- environment.yml

0 commit comments

Comments
 (0)