Merge pull request #310 from SecondThundeR/workflow-features

Add ignore rules for iso-build.yaml
This commit is contained in:
Anton Hvornum 2021-04-15 19:07:12 +00:00 committed by GitHub
commit 65c6807cc9
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: