Skip to content

Commit 6737a31

Browse files
authored
Merge pull request #1029 from PyCQA/support-main
Run tests on main as well
2 parents 51de0fa + 91c90a0 commit 6737a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: main
22
on:
33
pull_request:
44
push:
5-
branches: [master, 'test-me-*']
5+
branches: [master, main, 'test-me-*']
66
tags: ['*']
77

88
jobs:

0 commit comments

Comments
 (0)