From 9762ab204ee8e044df6adae00f6dd31976550700 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 17 Jul 2021 22:12:16 +0200 Subject: [PATCH] Do not run ci if only md files are changed. This was done to avoid running the ci if it's unneeded. Fixes: https://github.com/jamulussoftware/jamulus/issues/1806 --- .github/workflows/autobuild.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 6131504d9c..83b3f1acec 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -20,6 +20,8 @@ on: workflow_dispatch: push: + paths-ignore: + - "**.md" tags: - "r*" branches: @@ -28,6 +30,8 @@ on: - "master" # - "*" pull_request: # The branches below must be a subset of the branches in "push" + paths-ignore: + - "**.md" branches: - master