Skip to content

Commit 61dee1f

Browse files
committed
Fix error
1 parent d40ca07 commit 61dee1f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-release.yml

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

3-
on:
4-
workflow_dispatch:
5-
6-
permissions:
7-
contents: read
8-
9-
env:
10-
BUILD_TYPE: Release
11-
123
x-os-matrix: &os-matrix
134
strategy:
145
fail-fast: false
@@ -35,6 +26,15 @@ x-os-matrix: &os-matrix
3526
extension: ""
3627
archive_format: tar.gz
3728

29+
on:
30+
workflow_dispatch:
31+
32+
permissions:
33+
contents: read
34+
35+
env:
36+
BUILD_TYPE: Release
37+
3838
jobs:
3939
#===============================================================
4040
# DOXYGEN JOB

0 commit comments

Comments
 (0)