Skip to content

Commit

Permalink
test branch publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Dec 12, 2024
1 parent 9011c8d commit 88da972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88da972

Please sign in to comment.