We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4cdf7 commit 4905fa5Copy full SHA for 4905fa5
.github/workflows/build_conda_linux.yml
@@ -5,6 +5,12 @@ on:
5
push:
6
branches:
7
- nightly
8
+ - main
9
+ - release/*
10
+ tags:
11
+ # NOTE: Binary build pipelines should only get triggered on release candidate builds
12
+ # Release candidate tags look like: v1.11.0-rc1
13
+ - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
14
workflow_dispatch:
15
16
jobs:
.github/workflows/build_wheels_linux.yml
0 commit comments