Skip to content

Commit

Permalink
ci: Run CI on workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
taminob committed Mar 28, 2024
1 parent f6baba5 commit cae354d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- '**/CMakeLists.txt'
- '.github/workflows/cmake-lint.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cpp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'test/**'
- 'examples/**'
- 'CMakeLists.txt'
- '.github/workflows/cpp-build.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cpp-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'test/**/*.h'
- 'examples/**/*.cpp'
- 'examples/**/*.h'
- '.github/workflows/cpp-lint.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cpp-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'include/**'
- 'test/**'
- 'CMakeLists.txt'
- '.github/workflows/cpp-unittest.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '**/*.cpp'
- '**/*.h'
- '**/CMakeLists.txt'
- '.github/workflows/format.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit cae354d

Please sign in to comment.