From 88da972516dfed3dc0c2a265146d4e5f81e4dfc0 Mon Sep 17 00:00:00 2001 From: bwmac Date: Thu, 12 Dec 2024 14:31:10 -0500 Subject: [PATCH] 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 c35bfe4e..102dc10d 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