fix(CI): correct the name of the main branch

This commit is contained in:
Fardale 2021-01-26 11:43:07 +01:00
parent b34c3fe75a
commit 179d19e444

View file

@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- main # Set a branch name to trigger deployment
- master # Set a branch name to trigger deployment
jobs:
deploy: