We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fd64b commit 068f2a5Copy full SHA for 068f2a5
.github/workflows/continuous-integration.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - 'spring-ai-docs/**'
9
+ - '*.md'
10
+ - 'docs/**'
11
workflow_dispatch:
12
13
jobs:
.github/workflows/deploy-docs.yml
@@ -4,6 +4,13 @@ on:
branches: [main, '[0-9].[0-9].x' ]
tags: ['v[0-9].[0-9].[0-9]', 'v[0-9].[0-9].[0-9]-*']
+ paths:
+ - 'spring-ai-docs/**/*.adoc'
+ - 'spring-ai-docs/**/antora.yml'
+ - 'spring-ai-docs/**/antora-playbook.yml'
+ - 'spring-ai-docs/pom.xml'
+ - 'spring-ai-docs/src/main/javadoc/**'
+ - '.github/workflows/deploy-docs.yml'
14
permissions:
15
actions: write
16
0 commit comments