Change trigger branch from main to master

The docsy template has the master branch 

https://github.com/google/docsy-example
This commit is contained in:
Shohei Ueda 2021-10-20 14:30:57 +09:00 committed by GitHub
parent 7d37d3a39a
commit 21c525440c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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