Skip to content

Commit

Permalink
Rename github workflow to BuildWheels and add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed May 30, 2024
1 parent fdafd18 commit df9f323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
name: BuildWheels

# on: [push, pull_request]
on: [release]
on: [release, workflow_dispatch]

jobs:
build_wheels:
Expand Down

0 comments on commit df9f323

Please sign in to comment.