Skip to content

Commit

Permalink
modify workflow build to development_2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
samaradel committed Oct 27, 2024
1 parent c0d9939 commit 3d3f379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stats_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: Stats Build

on:
push:
branches: [development, development_2.6]
branches: [development, development_2.7]
paths:
- "packages/stats/**"
pull_request:
branches: [development, development_2.6]
branches: [development, development_2.7]
paths:
- "packages/stats/**"

Expand Down

0 comments on commit 3d3f379

Please sign in to comment.