Skip to content

Commit 75e6c6d

Browse files
committed
Fix unexpected "tags" from github workflows
1 parent 2c188f1 commit 75e6c6d

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
- examples/**/*
1010
- pyproject.toml
1111
- setup.py
12-
tags:
13-
- ciflow/binaries/*
1412
push:
1513
branches:
1614
- nightly

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
- examples/**/*
1010
- pyproject.toml
1111
- setup.py
12-
tags:
13-
- ciflow/binaries/*
1412
push:
1513
branches:
1614
- nightly

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
- examples/**/*
99
- pyproject.toml
1010
- setup.py
11-
tags:
12-
- ciflow/binaries/*
1311
push:
1412
branches:
1513
- nightly

0 commit comments

Comments
 (0)