Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-15 19:07:12 +0000
committerGitHub <noreply@github.com>2021-04-15 19:07:12 +0000
commit65c6807cc99a4c5bbd1ec8097b2472669475cf7d (patch)
tree4bc3697c0e300bbe13ac1000afcc6491923ce48a
parent0f9b7a9c8e988cb5343b31cac21def5ab10fe2ad (diff)
parent3279de08ad30329dc04036f34956ac6ac638f63a (diff)
Merge pull request #310 from SecondThundeR/workflow-features
Add ignore rules for iso-build.yaml
-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: