Skip to content

Commit

Permalink
Deployment of HTML doc is now only when pushed/merged to main .
Browse files Browse the repository at this point in the history
  • Loading branch information
suikan4github committed Sep 24, 2024
1 parent 84a8f0d commit aeac1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ name: Doxygen GitHub Pages Deploy Action

on:
push:
branches: [develop]
branches: [main]
pull_request:
branches: [develop]
branches: [main]
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion src/gpio/gpiobasic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ namespace rpp_driver {
/**
* @brief Basic GPIO driver class.
* @details
* This class provide very basic operation of GPIO.
*/
class GpioBasic {
public:
Expand Down

0 comments on commit aeac1ce

Please # to comment.