From 8200f9f7e306b152412afb771a89637a42818677 Mon Sep 17 00:00:00 2001 From: shadow Date: Mon, 27 Jun 2022 16:10:45 +0200 Subject: [PATCH] Disable linting and integration on non-playbook related changes --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fa0adb..40452a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,10 @@ on: push: branches: - main + paths-ignore: + - ".*" + - ".github/**" + - "README.md" schedule: # * is a special character in YAML so you have to quote this string # first of each month