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
+1 -1
View File
@@ -3,7 +3,7 @@ name: run Doxygen to generate docs
on:
push:
branches:
- main
- master
jobs:
build: