Add ignore rules for iso-build.yaml

These rules ignore all unrelated files and folders that are not needed to build the ISO.
This commit is contained in:
Владислав 2021-04-15 21:09:02 +03:00 committed by GitHub
parent 0f9b7a9c8e
commit 6264099428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

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