Skip to content

Commit

Permalink
Add antora.yml to CI workflow ignored paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton authored and JiriOndrusek committed Sep 27, 2024
1 parent 0aa1381 commit 1fc16fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ on:
- '.github/workflows/pr-validate.yml'
- '.github/workflows/quarkus-master-cron.yaml'
- '.github/workflows/synchronize-dependabot-branch.yaml'
- 'docs/antora.yml'
pull_request:
branches:
- main
Expand All @@ -67,6 +68,7 @@ on:
- '.github/workflows/pr-validate.yml'
- '.github/workflows/quarkus-master-cron.yaml'
- '.github/workflows/synchronize-dependabot-branch.yaml'
- 'docs/antora.yml'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ on:
- '.github/workflows/pr-validate.yml'
- '.github/workflows/quarkus-master-cron.yaml'
- '.github/workflows/synchronize-dependabot-branch.yaml'
- 'docs/antora.yml'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down

0 comments on commit 1fc16fa

Please sign in to comment.