Sfoglia il codice sorgente

Github: proper workflow handling for tags (#660)

あく 4 anni fa
parent
commit
54278b9adc

+ 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: