Skip to content

Commit

Permalink
fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed Dec 29, 2023
1 parent 0318b75 commit 35dcb37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Build Doxygen Documentation

on:
workflow_call:
push:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
deploy:
Expand Down

0 comments on commit 35dcb37

Please sign in to comment.