Skip to content

Commit

Permalink
#63 Update build workflow to honor release branches for older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwalke2 committed Jul 27, 2024
1 parent 007deea commit d260166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ on:
push:
branches:
- main
- 'releases/**'
pull_request:
branches:
- main
- 'releases/**'

jobs:
build:
Expand Down

0 comments on commit d260166

Please sign in to comment.