Merge pull request #310 from SecondThundeR/workflow-features
Add ignore rules for iso-build.yaml
This commit is contained in:
commit
65c6807cc9
|
|
@ -2,7 +2,20 @@
|
||||||
|
|
||||||
name: Build Arch ISO with ArchInstall Commit
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue