From 73a0c63976bf7388c44a6314e6bab815b70ae443 Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Wed, 20 Oct 2021 08:14:56 -0500 Subject: [PATCH] Drop old default branch name Refs #182 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12f9090..da97ed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,9 @@ name: CI on: push: branches: - - master - main pull_request: branches: - - master - main jobs: