Browse Source

ci(test): do not run on push tag events

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
CrazyMax 1 year ago
parent
commit
61d5e5ca9a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/test.yml

+ 0 - 2
.github/workflows/test.yml

@@ -10,8 +10,6 @@ on:
     branches:
       - 'master'
       - '[0-9]+.[0-9]+'
-    tags:
-      - 'v*'
   pull_request:
 
 env: