Run build-release on release-* branches

This commit is contained in:
Will Greenberg
2024-07-22 12:58:25 -07:00
committed by Cooper Quintin
parent dc84238b1e
commit 08698e27da

View File

@@ -2,7 +2,7 @@ name: Build Release
on:
push:
branches: [main]
branches: [main, "release-*"]
env:
CARGO_TERM_COLOR: always