Skip to content

Commit

Permalink
Update build test to run on release branches too (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-sili authored Dec 13, 2024
1 parent d89ed8d commit 0c5b4fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build and Test

on:
push:
branches: [ "main" ]
branches: [ "main", "release/*" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "release/*" ]

permissions:
contents: read
Expand All @@ -24,6 +24,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0c5b4fa

Please sign in to comment.