Fix github action using 'main' instead of 'master' branch for triggers

This commit is contained in:
Xevion
2022-04-10 10:33:57 -05:00
parent 4d9696c8e9
commit 06a95a8782

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
pull_request:
jobs: