Skip to content

Commit

Permalink
Trigger on all v tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Sep 27, 2024
1 parent 555bcc9 commit abce5db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Publish Package to npmjs
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-*'
- 'v*'
# - 'v[0-9]+.[0-9]+.[0-9]+'
# - 'v[0-9]+.[0-9]+.[0-9]+-*'
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release/*'
#if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release/*'
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit abce5db

Please sign in to comment.