Sfoglia il codice sorgente

ignore tmp/** when CI

Yuki Takei 6 anni fa
parent
commit
18e3a04ef8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/ci.yml

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

@@ -4,6 +4,7 @@ on:
   push:
     branches-ignore:
       - release/**
+      - tmp/**
     tags-ignore:
       - v*.*.*