Skip to content

Commit

Permalink
[CI] Run CI on this bugfix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Oct 14, 2024
1 parent a309d0d commit b85b56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: C++ Code Checks

on:
push:
branches: [ "master" ]
branches: [ "rapidgzip-v0.14.x" ]
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python Module Tests

on:
push:
branches: [ "master" ]
branches: [ "rapidgzip-v0.14.x" ]
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit b85b56c

Please sign in to comment.