Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 22, 2023
1 parent 50e2af6 commit 3b4b59d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-cpu-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build-wheels-cpu-macos

on:
push:
branches:
- fix-wheel
tags:
- '*'
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-cpu-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build-wheels-cpu-ubuntu

on:
push:
branches:
- fix-wheel
tags:
- '*'
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-x64-cpu-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build-wheels-cpu-win64

on:
push:
branches:
- fix-wheel
tags:
- '*'
workflow_dispatch:
Expand Down

0 comments on commit 3b4b59d

Please sign in to comment.