Skip to content

Commit

Permalink
Also run build CI workflow on 'musl' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Sep 27, 2024
1 parent 588147c commit 0366baf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

name: Build

on: [workflow_dispatch]
on:
workflow_dispatch: {}
push:
branches:
- 'musl'

jobs:
build_wheels:
Expand Down

0 comments on commit 0366baf

Please sign in to comment.