From 88da972516dfed3dc0c2a265146d4e5f81e4dfc0 Mon Sep 17 00:00:00 2001 From: bwmac Date: Thu, 12 Dec 2024 14:31:10 -0500 Subject: [PATCH 1/2] test branch publish --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c35bfe4..102dc10 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -4,7 +4,7 @@ name: CI on: push: - branches: ["dev"] + branches: ["dev", "bwmac/CI-update-dev-publish"] # Match tags that resemble a version tags: ['[0-9]+\.[0-9]+\.[0-9]+'] pull_request: @@ -72,7 +72,7 @@ jobs: ghcr-publish: needs: [build, test] - if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }} + if: ${{ github.event_name == 'push' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From e073ca145ed1ac2c9ef562ef6d6ffb35608c9ae5 Mon Sep 17 00:00:00 2001 From: bwmac Date: Thu, 12 Dec 2024 15:16:30 -0500 Subject: [PATCH 2/2] 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 102dc10..da49446 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -4,7 +4,7 @@ name: CI on: push: - branches: ["dev", "bwmac/CI-update-dev-publish"] + branches: ["dev"] # Match tags that resemble a version tags: ['[0-9]+\.[0-9]+\.[0-9]+'] pull_request: