Skip to content

Commit

Permalink
fix: wrapup
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjennings committed Jan 10, 2025
1 parent 93ef5a4 commit 62631bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: evaluate expression
run: |
echo "Tagged release: ${{ github.ref_type == 'tag' }}"
echo "Should push: ${{ github.ref_type == 'tag' || github.ref_type == 'branch' && startsWith(github.ref_name, 'tickets/DM-') }}"
- uses: lsst-sqre/build-and-push-to-ghcr@v1
id: build
Expand Down

0 comments on commit 62631bb

Please sign in to comment.