summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2021-10-10 19:31:01 -0500
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2021-10-10 19:31:01 -0500
commit91c90a02f70d38ba88ab0dc01bfdf948319bfd4c (patch)
treef0a516f10a199ec72a9851ca7bdc39499df6f6c2
parentbf0c5bc6e61cf728047b2fe43bd8e993581ff16c (diff)
downloadpep8-91c90a02f70d38ba88ab0dc01bfdf948319bfd4c.tar.gz
Run tests on main as well
This is prep to switch the master branch to main
-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: