8000 refresh ci settings. by methane · Pull Request #492 · msgpack/msgpack-python · GitHub
[go: up one dir, main page]

Skip to content

refresh ci settings. #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Nov 25, 2021
Prev Previous commit
Build wheels only on push to main branch.
  • Loading branch information
methane committed Nov 25, 2021
commit 984a861d2c219ad8e2b491803a12b6e6362eb4e6
1 change: 1 addition & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Wheels
on:
push:
branches: [main]
create:

jobs:
Expand Down
0