Skip to content

Commit

Permalink
chore: update pipeline tag filters (#3001)
Browse files Browse the repository at this point in the history
this will ensure that our v4 build can actually be published
  • Loading branch information
gavinbarron authored Jan 30, 2024
1 parent 5e261c0 commit 05f3249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Create Preview release
on:
push:
tags: ['v3.*-preview.*', 'v3.*-rc.*']
tags: ['*-preview.*', '*-rc.*']

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Release latest

on:
push:
tags: ['v3.*']
tags: ['v3.*', v4.*]
permissions:
contents: write

Expand Down

0 comments on commit 05f3249

Please sign in to comment.