瀏覽代碼

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: