Parcourir la source

CI: fixed branch name

Martin Gerhardy il y a 5 ans
Parent
commit
557aa140e8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/gh-pages.yml

+ 1 - 1
.github/workflows/gh-pages.yml

@@ -2,7 +2,7 @@ name: GitHub Pages
 on:
   push:
     branches:
-      - master
+      - main
 
 jobs:
   build: