From 3680cfa060a1adf734e81bfc789f93ab6ec54793 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Sat, 14 Oct 2023 13:02:06 +0200 Subject: [PATCH] ci: ignore unrelated paths --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92877b1..5e32716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: CI on: push: + paths-ignore: ['**/*.md', '^\.*', 'Makefile', 'LICENSE'] pull_request: + paths-ignore: ['**/*.md', '^\.*', 'Makefile', 'LICENSE'] schedule: - cron: '31 1,12 * * *'