diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2246990..479c323 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,9 @@ name: test -on: [push] +on: + push: + tags-ignore: + - '**' env: PIP_ROOT_USER_ACTION: ignore