Skip to content

Commit 20567f3

Browse files
committed
Update Doxygen workflow triggers to respond to release events and allow manual execution
1 parent 23f839d commit 20567f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/doxygen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Doxygen
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
release:
5+
types: [published]
6+
workflow_dispatch:
77

88

99
jobs:

0 commit comments

Comments
 (0)