diff --git a/.github/workflows/build-wheels-linux.yml b/.github/workflows/build-wheels-linux.yml index 4c08968f3d6..8509ba52cb9 100644 --- a/.github/workflows/build-wheels-linux.yml +++ b/.github/workflows/build-wheels-linux.yml @@ -9,6 +9,8 @@ on: - examples/**/* - pyproject.toml - setup.py + tags: + - ciflow/binaries/* push: branches: - nightly diff --git a/.github/workflows/build-wheels-macos.yml b/.github/workflows/build-wheels-macos.yml index 3a394cff64b..055543adae4 100644 --- a/.github/workflows/build-wheels-macos.yml +++ b/.github/workflows/build-wheels-macos.yml @@ -9,6 +9,8 @@ on: - examples/**/* - pyproject.toml - setup.py + tags: + - ciflow/binaries/* push: branches: - nightly