ci: exclude main and release/* branches from docs-check and licence-check workflows
Build and Push Docker Image / build (push) Has been cancelled
CI / Security audit (push) Has been cancelled
CI / Tests & coverage (push) Has been cancelled
Build and Push Docker Image / build (push) Has been cancelled
CI / Security audit (push) Has been cancelled
CI / Tests & coverage (push) Has been cancelled
This commit was merged in pull request #12.
This commit is contained in:
@@ -2,12 +2,12 @@ name: Docs Check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
branches: ["**", "!main", "!release/**"]
|
||||||
paths:
|
paths:
|
||||||
- "**.md"
|
- "**.md"
|
||||||
- ".gitea/workflows/docs-check.yml"
|
- ".gitea/workflows/docs-check.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["**"]
|
branches: ["**", "!main", "!release/**"]
|
||||||
paths:
|
paths:
|
||||||
- "**.md"
|
- "**.md"
|
||||||
- ".gitea/workflows/docs-check.yml"
|
- ".gitea/workflows/docs-check.yml"
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ name: Licence Check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
branches: ["**", "!main", "!release/**"]
|
||||||
paths:
|
paths:
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "package-lock.json"
|
- "package-lock.json"
|
||||||
- ".gitea/workflows/licence-check.yml"
|
- ".gitea/workflows/licence-check.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["**"]
|
branches: ["**", "!main", "!release/**"]
|
||||||
paths:
|
paths:
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "package-lock.json"
|
- "package-lock.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user