Skip to content

Commit

Permalink
Auto-run wheels.yaml on new tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hermes committed Aug 1, 2023
1 parent cbe12c7 commit 4abe947
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
name: Building Wheels

on:
push:
tags:
- "*"
schedule:
# Scheduled workflows run on the latest commit on the default or base branch
- cron: "0 0 1 * *"
Expand Down

0 comments on commit 4abe947

Please sign in to comment.