소스 검색

Github: proper workflow handling for tags (#660)

あく 4 년 전
부모
커밋
54278b9adc
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/build.yml
  2. 1 0
      .github/workflows/lint_c.yml
  3. 1 0
      .github/workflows/lint_python.yml

+ 1 - 0
.github/workflows/build.yml

@@ -6,6 +6,7 @@ on:
       - dev
       - "release*"
     tags:
+      - '*'
   pull_request:
 
 env:

+ 1 - 0
.github/workflows/lint_c.yml

@@ -6,6 +6,7 @@ on:
       - dev
       - "release*"
     tags:
+      - '*'
   pull_request:
 
 env:

+ 1 - 0
.github/workflows/lint_python.yml

@@ -6,6 +6,7 @@ on:
       - dev
       - "release*"
     tags:
+      - '*'
   pull_request:
 
 jobs: