We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761fcaf commit 356e785Copy full SHA for 356e785
1 file changed
.github/workflows/build-wheels.yml
@@ -2,9 +2,8 @@ name: Build and Test Wheels
2
3
on:
4
push:
5
- branches: [main, master, feature/ci-cd]
6
- pull_request:
7
branches: [main, master]
+ pull_request:
8
workflow_dispatch:
9
10
jobs:
0 commit comments