summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-14 20:04:14 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-14 20:07:15 -0600
commitfaa8a456feec01911d99f87cd0dc1eeb5c17985c (patch)
tree24358b5b20a3ea0d2d936d3b8c3ffa3396fe713a
parent8a916d52a966dfc55b7a1888831a64140b7e1a59 (diff)
ignore changes to AsciiDoc files in repository root
-rw-r--r--.github/workflows/ci.yml5
1 files 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: