From faebac6a77773db06bc110ad7b81c414402c0d7c Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Mon, 19 Jul 2021 02:20:23 +0000 Subject: [PATCH] Maint: rename build.yml to ci.yml for linting --- .github/workflows/{build.yml => ci.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build.yml => ci.yml} (98%) diff --git a/.github/workflows/build.yml b/.github/workflows/ci.yml similarity index 98% rename from .github/workflows/build.yml rename to .github/workflows/ci.yml index 2935969f..fb37f75d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: paths: - - .github/workflows/build.yml + - .github/workflows/ci.yml - cmd/** - internal/** - pkg/** diff --git a/README.md b/README.md index 75252300..3de15a4d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ using Go, OpenVPN, iptables, DNS over TLS, ShadowSocks and an HTTP proxy* ![Title image](https://raw.githubusercontent.com/qdm12/gluetun/master/title.svg) -[![Build status](https://github.com/qdm12/gluetun/workflows/CI/badge.svg)](https://github.com/qdm12/gluetun/actions?query=workflow%3ACI) +[![Build status](https://github.com/qdm12/gluetun/actions/workflows/ci.yml/badge.svg)](https://github.com/qdm12/gluetun/actions/workflows/ci.yml) [![Docker pulls qmcgaw/gluetun](https://img.shields.io/docker/pulls/qmcgaw/gluetun.svg)](https://hub.docker.com/r/qmcgaw/gluetun) [![Docker pulls qmcgaw/private-internet-access](https://img.shields.io/docker/pulls/qmcgaw/private-internet-access.svg)](https://hub.docker.com/r/qmcgaw/gluetun)