From 82ee210c29369075758c00293806db336bf1fb00 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Wed, 9 Mar 2022 12:29:45 -0800 Subject: [PATCH] ci: Ignore files irrelevant to building --- .github/workflows/ci.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e42e3036f8..7c29c53dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,21 @@ name: CI -on: [push, pull_request] +on: + push: + paths-ignore: + - '.editorconfig' + - '.gitattributes' + - '.github/*_TEMPLATE/**' + - '.github/workflows/localisation.yml' + - '.gitignore' + - '.vscode/**' + pull_request: + paths-ignore: + - '.editorconfig' + - '.gitattributes' + - '.github/*_TEMPLATE/**' + - '.github/workflows/localisation.yml' + - '.gitignore' + - '.vscode/**' defaults: run: shell: bash