Skip to content

Commit

Permalink
Add extra trigger so we can test
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 27, 2024
1 parent 4f7dfd9 commit 4a8ceae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- "*.*.*"
branches:
- 'release/*'

env:
# Workaround for no ternary operator, use short-circuiting
VERSION: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}
Expand Down

0 comments on commit 4a8ceae

Please sign in to comment.