We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830c68a commit 25427c4Copy full SHA for 25427c4
1 file changed
.github/workflows/doxygen-gh-pages.yml
@@ -1,8 +1,8 @@
1
name: Deploy Doxygen document on GitHub Pages
2
-on: [release, workflow_dispatch]
3
-# branches:
4
-# - main
5
-# - master
+on:
+ release:
+ types: [published]
+ workflow_dispatch:
6
defaults:
7
run:
8
shell: bash
0 commit comments