ci: Disable CI jobs when docs change
This commit is contained in:
parent
42e4468ef1
commit
53e4b4604c
4 changed files with 6 additions and 3 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -8,12 +8,14 @@ on:
|
|||
paths:
|
||||
- package.json
|
||||
- apps/**
|
||||
- !apps/docs/**
|
||||
- libraries/**
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- package.json
|
||||
- apps/**
|
||||
- !apps/docs/**
|
||||
- libraries/**
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -7,11 +7,13 @@ on:
|
|||
- main
|
||||
paths:
|
||||
- apps/**
|
||||
- !apps/docs/**
|
||||
- libraries/**
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- apps/**
|
||||
- !apps/docs/**
|
||||
- libraries/**
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/eslint.yaml
vendored
2
.github/workflows/eslint.yaml
vendored
|
|
@ -8,12 +8,14 @@ on:
|
|||
paths:
|
||||
- package.json
|
||||
- apps/**
|
||||
- !apps/docs/**
|
||||
- libraries/**
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- package.json
|
||||
- apps/**
|
||||
- !apps/docs/**
|
||||
- libraries/**
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
## My Snippet
|
||||
|
||||
<Info>This is an example of a reusable snippet</Info>
|
||||
Loading…
Add table
Reference in a new issue