summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: