Skip to content

Commit

Permalink
run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed May 2, 2024
1 parent 870a88d commit 5bd23c7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-rapidgzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Conda Packages (rapidgzip)

on:
push:
branches: 'master'
branches: 'debug-ci'

jobs:
Build-Conda:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Conda Packages

on:
push:
branches: 'master'
branches: 'debug-ci'

jobs:
Build-Conda:
Expand Down
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: [ "debug-ci" ]
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: [ "debug-ci" ]
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-rapidgzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Wheels for rapidgzip

on:
push:
branches: 'master'
branches: 'debug-ci'
tags: 'rapidgzip-v*.*.*'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Wheels

on:
push:
branches: 'master'
branches: 'debug-ci'
tags: 'rapidgzip-v*.*.*'

jobs:
Expand Down

0 comments on commit 5bd23c7

Please sign in to comment.