Explorar el Código

ignore tmp/** when CI

Yuki Takei hace 6 años
padre
commit
18e3a04ef8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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*.*.*