Skip to content

Commit

Permalink
Update wheels.py -> on
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Apr 16, 2024
1 parent dbf90a0 commit 0bfa2f5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/wheels.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Workflow to build and test wheels
name: Wheel builder

on:
schedule:
on: [push]
#schedule:
# Nightly build at 3:42 A.M.
- cron: "42 3 */1 * *"
push:
branches:
# - cron: "42 3 */1 * *"
#push:
# branches:
# - main
# Feature branch
- feature-cibuildwheel
# Release branches
- "[0-9]+.[0-9]+.X"
pull_request:
branches:
- main
- "[0-9]+.[0-9]+.X"
# # Feature branch
# - feature-cibuildwheel
# # Release branches
# - "[0-9]+.[0-9]+.X"
#pull_request:
# branches:
# - main
# - "[0-9]+.[0-9]+.X"
# Manual run
workflow_dispatch:
#workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 0bfa2f5

Please sign in to comment.