Skip to content

Commit

Permalink
chore: run build workflow on release branches too
Browse files Browse the repository at this point in the history
Run build workflow on release branches (vX.Y) as well.
  • Loading branch information
ereslibre authored and Angelmmiguel committed Oct 6, 2023
1 parent ea98511 commit 305cff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: [ "main", "v[0-9]+.[0-9]+" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "v[0-9]+.[0-9]+" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 305cff1

Please sign in to comment.