summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2021-10-10 19:33:37 -0500
committerGitHub <noreply@github.com>2021-10-10 19:33:37 -0500
commit6737a316c1ce08f0997cf77e07beae550f179827 (patch)
tree01497438dabad6301ea25a34397349b85cbcb4d6
parent51de0fa957046d30e601769c48fafe1efe857dc4 (diff)
parent91c90a02f70d38ba88ab0dc01bfdf948319bfd4c (diff)
downloadpep8-6737a316c1ce08f0997cf77e07beae550f179827.tar.gz
Merge pull request #1029 from PyCQA/support-main
Run tests on main as well
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 59dfac3..1caefaf 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: main
on:
pull_request:
push:
- branches: [master, 'test-me-*']
+ branches: [master, main, 'test-me-*']
tags: ['*']
jobs: