1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00

ci: don't run tests on docs only change

This commit is contained in:
Nicolas Duchon 2021-05-01 22:37:01 +02:00 committed by GitHub
parent a9cfdc843e
commit 09d30cf1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,18 @@
name: Test name: Tests
on: [push, pull_request] on:
push:
paths-ignore:
- 'LICENSE'
- '**.md'
pull_request:
paths-ignore:
- 'LICENSE'
- '**.md'
jobs: jobs:
unit: unit:
name: Unit Test name: Unit Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy: