diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index 42cc380..c64fc58 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -20,6 +20,8 @@ on: # types: [eccodes-updated] push: + tags-ignore: + - '**' paths: - 'scripts/common.sh' - 'scripts/select-python-linux.sh' diff --git a/.github/workflows/build-wheel-macos.yml b/.github/workflows/build-wheel-macos.yml index efffb09..1c848ed 100644 --- a/.github/workflows/build-wheel-macos.yml +++ b/.github/workflows/build-wheel-macos.yml @@ -19,6 +19,8 @@ on: # types: [eccodes-updated] push: + tags-ignore: + - '**' paths: - 'scripts/common.sh' - 'scripts/select-python-macos.sh'