Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorВладислав <awayfromgalaxy@gmail.com>2021-04-15 21:09:02 +0300
committerGitHub <noreply@github.com>2021-04-15 21:09:02 +0300
commit626409942875b966b76cc7986ca847dcfa7eda19 (patch)
tree4bc3697c0e300bbe13ac1000afcc6491923ce48a /.github
parent0f9b7a9c8e988cb5343b31cac21def5ab10fe2ad (diff)
Add ignore rules for iso-build.yaml
These rules ignore all unrelated files and folders that are not needed to build the ISO.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/iso-build.yaml15
1 files changed, 14 insertions, 1 deletions
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: