Skip to content

Commit

Permalink
Merge pull request #11194 from richard-cox/simplify-release-trigger
Browse files Browse the repository at this point in the history
Simplify Release Trigger
  • Loading branch information
richard-cox committed Jun 7, 2024
2 parents 81ac371 + e2e7071 commit 6ecf67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Dashboard (Release)
on:
push:
tags:
- v[2-9].*
- v2.9.*

jobs:
build-validation:
Expand Down

0 comments on commit 6ecf67e

Please sign in to comment.