Parcourir la source

test: add github action

builds test site with latest Hugo version
George Cushen il y a 4 ans
Parent
commit
a08f805ddd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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/**'