mirror of https://github.com/zeldaret/tp.git
fix branch name in doxygen workflow
i forgot that we use `master` and not the github convention of `main`
This commit is contained in:
parent
f33e47c031
commit
dcc9b87774
|
@ -3,7 +3,7 @@ name: run Doxygen to generate docs
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue