ci: Ignore files irrelevant to building

This commit is contained in:
Margen67 2022-03-09 12:29:45 -08:00
parent 05783ac8f4
commit 82ee210c29
1 changed files with 17 additions and 1 deletions

View File

@ -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