Skip to content

Commit 25427c4

Browse files
committed
Fix doxygen-gh-pages workflow to deploy only on release publish
1 parent 830c68a commit 25427c4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/doxygen-gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy Doxygen document on GitHub Pages
2-
on: [release, workflow_dispatch]
3-
# branches:
4-
# - main
5-
# - master
2+
on:
3+
release:
4+
types: [published]
5+
workflow_dispatch:
66
defaults:
77
run:
88
shell: bash

0 commit comments

Comments
 (0)