Explorar el Código

test: add github action

builds test site with latest Hugo version
George Cushen hace 4 años
padre
commit
a08f805ddd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build-test-site.yaml

+ 1 - 1
.github/workflows/build-test-site.yaml

@@ -3,7 +3,7 @@ name: build test site
 on:
   push:
     branches:
-      - main
+      - master
     paths:
       - 'wowchemy/**'