1
0

CI/CD: Don't run tests for doc-only changes

This commit is contained in:
Nicolas Duchon 2020-12-23 10:39:04 +01:00 committed by GitHub
parent 000c279bb6
commit 3d35839f31
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,15 @@
name: Test
name: Tests
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
on: [push, pull_request]
env:
DOCKER_GEN_CONTAINER_NAME: nginx-proxy-gen