Procházet zdrojové kódy

chore: tentatively fix tags-ignore

tophf před 3 roky
rodič
revize
2aa7c9be78
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -5,7 +5,7 @@ on:
   push:
     branches: [master]
     tags-ignore:
-      - v* # version-tagged commits are releases which have their own workflow
+      - 'v*' # version-tagged commits are releases which have their own workflow
     paths-ignore:
       - '.github/**' # this ci.yml is also excluded so you need to re-run it explicitly if necessary
       - LICENSE