fix branch name in doxygen workflow

i forgot that we use `master` and not the github convention of `main`
This commit is contained in:
Erin Moon 2021-01-19 17:16:53 -06:00 committed by GitHub
parent f33e47c031
commit dcc9b87774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: run Doxygen to generate docs
on:
push:
branches:
- main
- master
jobs:
build: