Skip to content

Commit 13827e2

Browse files
authored
fix CI triggering in buildwheels.yml (#428)
1 parent 9f2f314 commit 13827e2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/buildwheels.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ defaults:
55
shell: bash
66

77
on:
8+
push:
9+
branches: [ main ]
810
pull_request:
911
branches: [ main ]
12+
schedule:
13+
- cron: '0 13 * * 4'
14+
release:
15+
types: [published]
1016

1117
jobs:
1218
debug_build_ok:
@@ -165,4 +171,4 @@ jobs:
165171
- if: github.event_name == 'release' && github.event.prerelease == false
166172
uses: pypa/gh-action-pypi-publish@release/v1.12
167173
with:
168-
attestations: false
174+
attestations: false

0 commit comments

Comments
 (0)