From 72c77fb0f2396c916e4391e72e32e4eddafba673 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Tue, 10 Oct 2023 12:11:06 -0600 Subject: [PATCH] remove feature branch --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 02719747..aa50ac4c 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -4,7 +4,7 @@ name: CI on: push: - branches: ["dev", "bwmac/IBCDPE-386/ghcr_ci"] + branches: ["dev"] tags: ['v[0-9]*', '[0-9]+.[0-9]+*'] # Match tags that resemble a version pull_request: