Skip to content

Commit

Permalink
Enable workflows for more events
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacquwes committed Sep 28, 2023
1 parent 0d03425 commit 4c55bf2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ name: CTest on multiple platforms
on:
workflow_dispatch:
push:
branches: [ "master", "asio" ]
branches: [ "master", "api-v2", "asio" ]
paths:
- '**.cpp'
- '**.h'
- '**.hpp'
- '**.c'
- '**/CMakeLists.txt'
pull_request:
branches: [ "master" ]
branches: [ "master", "api-v2", "asio" ]
paths:
- '**.cpp'
- '**.h'
- '**.hpp'
- '**.c'
- '**/CMakeLists.txt'

jobs:
build:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
on:
workflow_dispatch:
push:
branches:
- asio
branches: [ "master", "api-v2", "asio" ]
paths:
- '**.h'
- '**.md'
- '**doxygen.yml'
- '**doxyfile'
pull_request:
branches: [ "master", "api-v2", "asio" ]
paths:
- '**.h'
- '**.md'
Expand Down

0 comments on commit 4c55bf2

Please sign in to comment.