Skip to content

Commit

Permalink
Run try-runtime also on RC tags (#1050)
Browse files Browse the repository at this point in the history
* Run try-runtime also on RC tags

* Rename "tag" workflow into "try-runtime"
  • Loading branch information
sea212 authored Jul 25, 2023
1 parent 04df9c3 commit 08a2513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Try Runtime on New Tags
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '^v[0-9]+.[0-9]+.[0-9]+(-rc[0-9]+)?$'

jobs:
try_runtime_battery_station:
Expand Down

0 comments on commit 08a2513

Please sign in to comment.