Skip to content

Commit

Permalink
Merge pull request #1029 from PyCQA/support-main
Browse files Browse the repository at this point in the history
Run tests on main as well
  • Loading branch information
sigmavirus24 committed Oct 11, 2021
2 parents 51de0fa + 91c90a0 commit 6737a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: main
on:
pull_request:
push:
branches: [master, 'test-me-*']
branches: [master, main, 'test-me-*']
tags: ['*']

jobs:
Expand Down

0 comments on commit 6737a31

Please sign in to comment.