Skip to content

Commit

Permalink
manually trigger CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 12, 2021
1 parent a76581d commit b3cb626
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ on:
pull_request:
types: [opened, reopened]
paths:
- '*.h'
- '*.cpp'
- 'CMakeLists.txt'
- 'cmake/**'
- 'examples/**.cpp'
- '!**Makefile' # old build system is not tested in this workflow
- '.github/workflows/build_linux.yml'
- "*.h"
- "*.cpp"
- "CMakeLists.txt"
- "cmake/**"
- "examples/**.cpp"
- "!**Makefile" # old build system is not tested in this workflow
- ".github/workflows/build_linux.yml"
push:
paths:
- '*.h'
- '*.cpp'
- 'CMakeLists.txt'
- 'cmake/**'
- 'examples/**.cpp'
- '!**Makefile' # old build system is not tested in this workflow
- '.github/workflows/build_linux.yml'
- "*.h"
- "*.cpp"
- "CMakeLists.txt"
- "cmake/**"
- "examples/**.cpp"
- "!**Makefile" # old build system is not tested in this workflow
- ".github/workflows/build_linux.yml"
release:
types: [published, edited]

Expand Down
30 changes: 14 additions & 16 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,23 @@ name: DoxyGen build

on:
pull_request:
branches: [master]
paths:
- '*.h'
- '*.md'
- 'docs/**'
- '!**README.md'
- 'examples**.cpp'
- '.github/workflows/doxygen.yml'
- 'Doxyfile'
- "*.h"
- "*.md"
- "docs/**"
- "!**README.md"
- "examples**.cpp"
- ".github/workflows/doxygen.yml"
- "Doxyfile"
push:
branches: [master]
paths:
- '*.h'
- '*.md'
- 'docs/**'
- '!**README.md'
- 'examples**.cpp'
- '.github/workflows/doxygen.yml'
- 'Doxyfile'
- "*.h"
- "*.md"
- "docs/**"
- "!**README.md"
- "examples**.cpp"
- ".github/workflows/doxygen.yml"
- "Doxyfile"
release:
branches: [master]
types: [published, edited]
Expand Down

0 comments on commit b3cb626

Please # to comment.