Skip to content

Commit 1daa6e3

Browse files
committed
Added ability to manually trigger MacOS binary and Python wheels GitHub actions
1 parent 82b8f2c commit 1daa6e3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/osxbinary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'v*'
77
schedule:
88
- cron: '0 6 * * 4'
9+
workflow_dispatch:
910

1011
jobs:
1112
macos-13:

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'v*'
88
schedule:
99
- cron: '0 6 * * 4'
10+
workflow_dispatch:
1011

1112
jobs:
1213
windows:

0 commit comments

Comments
 (0)