From d0575354fea9bc7f793cf2a803e84fb8921222e9 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 6 Nov 2022 07:10:05 -0600 Subject: [PATCH] limit to dev/master branch commits --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 298af170d..b47e8a7f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: branches: - dev - master - - makefile_tweaks env: PYTHON_VERSION: 3.9