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