From 91c90a02f70d38ba88ab0dc01bfdf948319bfd4c Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Sun, 10 Oct 2021 19:31:01 -0500 Subject: Run tests on main as well This is prep to switch the master branch to main --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1