Просмотр исходного кода

chore: tentatively fix tags-ignore

tophf 3 лет назад
Родитель
Сommit
2aa7c9be78
1 измененных файлов с 1 добавлено и 1 удалено
  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