From 33033861f04d686e463d5b352e47295b42b12400 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Wed, 10 Jan 2024 14:53:32 -0600 Subject: [PATCH] Drop reference to branch master in workflow --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32801c3..13ccda5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: push: branches: - "main" - - "master" paths-ignore: - "README.md" - "LICENSE"