Remove docs and md files from workflows. (#1990)

pull/1993/head
Niko 2 years ago committed by GitHub
parent e396922e79
commit 77516a2a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ on:
paths:
- '!mkdocs.yml'
- '!docs/**'
- '!*.md'
jobs:
docker:

@ -1,5 +1,10 @@
name: Lint
on: [pull_request]
on:
pull_request:
paths:
- '!mkdocs.yml'
- '!docs/**'
- '!*.md'
jobs:
lint:

@ -6,7 +6,12 @@ on:
paths:
- '!mkdocs.yml'
- '!docs/**'
- '!*.md'
pull_request:
paths:
- '!mkdocs.yml'
- '!docs/**'
- '!*.md'
jobs:
check_release_build-x86_64:

@ -5,9 +5,13 @@ on:
- dev
paths:
- '!mkdocs.yml'
- '!docs/**'
- '!docs/**'
- '!*.md'
pull_request:
paths:
- '!mkdocs.yml'
- '!docs/**'
- '!*.md'
jobs:
tests:
strategy:

Loading…
Cancel
Save