Skip to content

Commit 09f9413

Browse files
committed
Fix duplicate building of wheels
1 parent 82edec0 commit 09f9413

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ on:
2020
# types: [eccodes-updated]
2121

2222
push:
23+
tags-ignore:
24+
- '**'
2325
paths:
2426
- 'scripts/common.sh'
2527
- 'scripts/select-python-linux.sh'

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919
# types: [eccodes-updated]
2020

2121
push:
22+
tags-ignore:
23+
- '**'
2224
paths:
2325
- 'scripts/common.sh'
2426
- 'scripts/select-python-macos.sh'

0 commit comments

Comments
 (0)