Skip to content

Commit

Permalink
👷 Bypass tag filtering for the release pattern and conditionally run
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Sep 17, 2024
1 parent 326f1cb commit daf2e05
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 daf2e05

Please sign in to comment.