Skip to content

Commit

Permalink
Enable "Build and test" for release branches (#2773)
Browse files Browse the repository at this point in the history
Fixes #2772.
  • Loading branch information
pbchekin authored Nov 20, 2024
1 parent 5d1f804 commit 7783cd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
pull_request:
branches:
- main
- release/**
push:
branches:
- main
- release/**

permissions: read-all

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ on:
pull_request:
branches:
- main
- release/**
push:
branches:
- main
- release/**

permissions: read-all

Expand Down

0 comments on commit 7783cd3

Please sign in to comment.