From faa8a456feec01911d99f87cd0dc1eeb5c17985c Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 14 Oct 2022 20:04:14 -0600 Subject: ignore changes to AsciiDoc files in repository root --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b146333b..f78111b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,9 @@ name: CI on: push: branches: ['**'] - tags-ignore: ['**'] - paths-ignore: ['docs/**'] + paths-ignore: ['*.adoc', 'docs/**'] pull_request: - paths-ignore: ['docs/**'] + paths-ignore: ['*.adoc', 'docs/**'] schedule: - cron: '0 2 * * *' concurrency: -- cgit v1.2.3