mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
ci: non-documenation actions should not run on tags
This commit is contained in:
4
.github/workflows/ci-clang-tidy.yml
vendored
4
.github/workflows/ci-clang-tidy.yml
vendored
@ -24,9 +24,13 @@ name: clang-tidy CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
|
4
.github/workflows/ci-conan.yml
vendored
4
.github/workflows/ci-conan.yml
vendored
@ -24,9 +24,13 @@ name: Conan CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
|
4
.github/workflows/ci-freestanding.yml
vendored
4
.github/workflows/ci-freestanding.yml
vendored
@ -24,9 +24,13 @@ name: Freestanding CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
|
4
.github/workflows/ci-test-package-cmake.yml
vendored
4
.github/workflows/ci-test-package-cmake.yml
vendored
@ -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