forked from rancher/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make tag generic, revert 'whats new' change
- tag is safe to be generic now (and not branch specific) - 'whats new' version must match the version of rancher. there's no 2.10 yet so it's still 2.9
- Loading branch information
1 parent
7788689
commit 7ccb3be
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Build Dashboard (Release) | |
on: | ||
push: | ||
tags: | ||
- v2.10.* | ||
- v2.* | ||
|
||
jobs: | ||
build-validation: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters