Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Feb 2, 2024
1 parent 5c0ba85 commit cb662b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
# Run only when relevant files are modified
- "csrc/**"
- "include/**"
- "bitsandbytes/**"
- ".github/**.yml"
- "tests/**"


concurrency:
group: cmake-${{ github.ref }}
Expand Down

0 comments on commit cb662b0

Please sign in to comment.