Skip to content

Commit

Permalink
Skip CI when changing markdown (#758)
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Jun 29, 2024
1 parent dbbf0ec commit e18ad28
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/linux-clang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'LICENSE'
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'LICENSE'

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linux-gxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'LICENSE'
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'LICENSE'

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linux-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'LICENSE'
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'LICENSE'

jobs:
build_project:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/macos-clang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ on:
- 'LICENSE'
workflow_dispatch:
pull_request:

paths-ignore:
- 'docs/**'
- '**/*.md'
- 'LICENSE'

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- 'LICENSE'
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'LICENSE'

jobs:
build:
Expand Down

0 comments on commit e18ad28

Please sign in to comment.