ci: ignore .md changes

This commit is contained in:
janniks
2022-10-06 16:09:19 +02:00
committed by janniks
parent bbf86d4d51
commit 00807f8f22
4 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ on:
- master
tags-ignore:
- "**"
paths-ignore:
- "**.md"
workflow_dispatch:

View File

@@ -6,6 +6,8 @@ on:
- master
tags-ignore:
- "**"
paths-ignore:
- "**.md"
workflow_dispatch:

View File

@@ -1,5 +1,10 @@
name: pull-request
on: [pull_request, workflow_dispatch]
on:
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
pre-run:

View File

@@ -6,6 +6,8 @@ on:
- master
tags-ignore:
- "**"
paths-ignore:
- "**.md"
workflow_dispatch: