Skip to content

Commit 53f4db6

Browse files
committed
Remove main push trigger
1 parent 6b462db commit 53f4db6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
push:
1010
branches:
1111
- nightly
12-
- main
1312
- release/*
1413
tags:
1514
# NOTE: Binary build pipelines should only get triggered on release candidate builds
1615
# Release candidate tags look like: v1.11.0-rc1
1716
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17+
- ciflow/binaries/*
1818
workflow_dispatch:
1919

2020
jobs:

.github/workflows/build-wheels-m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
push:
1010
branches:
1111
- nightly
12-
- main
1312
- release/*
1413
tags:
1514
# NOTE: Binary build pipelines should only get triggered on release candidate builds
1615
# Release candidate tags look like: v1.11.0-rc1
1716
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17+
- ciflow/binaries/*
1818
workflow_dispatch:
1919

2020
jobs:

0 commit comments

Comments
 (0)