From 626409942875b966b76cc7986ca847dcfa7eda19 Mon Sep 17 00:00:00 2001 From: Владислав Date: Thu, 15 Apr 2021 21:09:02 +0300 Subject: Add ignore rules for iso-build.yaml These rules ignore all unrelated files and folders that are not needed to build the ISO. --- .github/workflows/iso-build.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index 229a37be..2e4df13c 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -2,7 +2,20 @@ name: Build Arch ISO with ArchInstall Commit -on: pull_request +on: + pull_request: + paths-ignore: + - '.github/**' + - 'docs/**' + - '**.editorconfig' + - '**.gitignore' + - '**.yml' + - '**.yaml' + - '**.md' + - '**.toml' + - '**.cfg' + - 'LICENSE' + - 'PKGBUILD' jobs: build: -- cgit v1.2.3-54-g00ecf