From a9fe876a1ba6b57c459130b38064961bd161f0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ru=C3=A1n=20Murgatroyd?= Date: Sun, 11 Aug 2024 23:02:09 +0100 Subject: [PATCH] [!!!, CI/CD] Changed what would skip a deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ruán Murgatroyd --- .github/workflows/deploy-to-vps.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-to-vps.yaml b/.github/workflows/deploy-to-vps.yaml index fc96fdb..9d06052 100644 --- a/.github/workflows/deploy-to-vps.yaml +++ b/.github/workflows/deploy-to-vps.yaml @@ -5,7 +5,6 @@ on: branches: - main paths-ignore: - - '.github/**' - '.gitignore' - '.gitattributes' - '.editorconfig'