소스 검색

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

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
CrazyMax 1 년 전
부모
커밋
61d5e5ca9a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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: