From eaee58aaa16ea30270f92689ae4d71eae59a474c Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Tue, 9 May 2023 22:27:06 +0300 Subject: [PATCH] ignore ci on tags push --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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