Skip to content

Commit

Permalink
Run build scripts on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenImp committed Feb 8, 2025
1 parent 5886b6e commit 1108761
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 @@ -4,10 +4,12 @@ on:
branches:
- main
- develop
- 'releases/**'
pull_request:
branches:
- main
- develop
- 'releases/**'
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1108761

Please sign in to comment.