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:
parent
0f9b7a9c8e
commit
6264099428
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue