Skip to content

Commit

Permalink
Run workflow on push to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yambati03 committed Feb 25, 2025
1 parent be9ea30 commit 590fae6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-cibw.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build Wheels (cibuildwheel)

on: [workflow_dispatch]
on:
push:
branches:
- develop
workflow_dispatch:

jobs:
build_wheels:
Expand Down

0 comments on commit 590fae6

Please sign in to comment.