Skip to content

Commit

Permalink
Trigger build + publish for all tags (remove tag pattern)
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Oct 30, 2024
1 parent f5957b0 commit 8152158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches: [main]
tags: ['v*']
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
push:
tags: ['v*']
tags: ['*']
workflow_dispatch:
inputs:
pre-release-suffix:
Expand Down

0 comments on commit 8152158

Please sign in to comment.