forked from mpusz/mp-units
ci: non-documenation actions should not run on tags
This commit is contained in:
@@ -24,9 +24,13 @@ name: clang-tidy CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
|
||||
@@ -24,9 +24,13 @@ name: Conan CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
|
||||
@@ -24,9 +24,13 @@ name: Freestanding CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
|
||||
@@ -24,11 +24,15 @@ name: CMake Test Package CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "example/**"
|
||||
- "test/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "example/**"
|
||||
|
||||
Reference in New Issue
Block a user