Skip to content

Commit

Permalink
Merge pull request #1225 from abelsromero/ignore-docs-in-ci
Browse files Browse the repository at this point in the history
(v3.0.x) Ignore docs folder in CI
  • Loading branch information
robertpanzer committed Jun 22, 2023
2 parents e2994e0 + ba888c0 commit 256bf5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
schedule:
- cron: '0 0 * * *'

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Build Improvement::
* Fix upstream build removing the explicit plugin repository (#1131)
* Set JUnit5 as default test engine (#1186) (@abelsromero)
* Removed pollutedTest Gradle task using junit-pioneer (#1193) (@abelsromero)
* Ignore 'docs/**' changes in CI (#1225) (@abelsromero)

Documentation::

Expand Down

0 comments on commit 256bf5e

Please sign in to comment.