Skip to content

Commit

Permalink
only run doxygen on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 28, 2020
1 parent 87b4ae6 commit 511fefc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: DoxyGen build

on:
pull_request:
branches:
- master
push:
branches:
- master
release:
types: [published, edited]
branches:
- master
types:
- published
- edited

jobs:
build-doxygen:
Expand Down

0 comments on commit 511fefc

Please sign in to comment.