Skip non-wheel CI runs for tags

This commit is contained in:
Hugo van Kemenade 2024-01-04 12:55:04 +02:00
parent 865a23aa32
commit fd37d86acc

View File

@ -2,6 +2,8 @@ name: Test Windows
on:
push:
branches:
- "**"
paths-ignore:
- ".github/workflows/docs.yml"
- ".github/workflows/wheels*"