Skip to content

Commit 7d850f1

Browse files
committed
fix: pytest.yml (incorrect branch name)
1 parent a4114e5 commit 7d850f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Run tests
55

66
on:
77
pull_request:
8-
branches: ['master']
8+
branches: ['main']
99
push:
10-
branches: ['master']
10+
branches: ['main']
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)