Skip to content

Commit

Permalink
Build on main updated
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Jul 2, 2024
1 parent 1741786 commit 3f8a4e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build_linux_arm64_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
required: true
release:
types: [created]
push:
branches:
- main
paths-ignore:
- '**/*.md'


defaults:
run:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build_macos_x86_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
required: true
release:
types: [created]

push:
branches:
- main
paths-ignore:
- '**/*.md'

jobs:
build_wheels_macos_12:
Expand Down

0 comments on commit 3f8a4e6

Please sign in to comment.