Skip to content

Commit

Permalink
chore: handle internal-release tags (#736)
Browse files Browse the repository at this point in the history
by not posting releases for them
  • Loading branch information
sfoster1 authored Jan 2, 2024
1 parent 14edd4c commit acbb101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- '*'
tags:
- '*'
- 'v*'
workflow_dispatch:

env:
Expand Down

0 comments on commit acbb101

Please sign in to comment.