Skip to content

Commit

Permalink
Merge pull request #297 from thefrontside/cl/match-all-tags
Browse files Browse the repository at this point in the history
👷 Bypass tag filtering for the release pattern and conditionally run
  • Loading branch information
cowboyd authored Sep 17, 2024
2 parents 326f1cb + daf2e05 commit d2b5601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Publish
on:
push:
tags:
- "**-v*"
- '**'

jobs:
publish-to-npm:
if: "startsWith(github.ref, 'refs/tags/@interactors')"
name: NPM ${{ github.ref }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d2b5601

Please sign in to comment.