We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b462db commit 53f4db6Copy full SHA for 53f4db6
.github/workflows/build-wheels-linux.yml
@@ -9,12 +9,12 @@ on:
9
push:
10
branches:
11
- nightly
12
- - main
13
- release/*
14
tags:
15
# NOTE: Binary build pipelines should only get triggered on release candidate builds
16
# Release candidate tags look like: v1.11.0-rc1
17
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
+ - ciflow/binaries/*
18
workflow_dispatch:
19
20
jobs:
.github/workflows/build-wheels-m1.yml
0 commit comments