Skip to content

Commit

Permalink
minor #12312 [CI] Ignore changes in "adr" directory (pamil)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.8 branch.

Discussion
----------

We don't need to trigger application build if we only change ADRs.

Commits
-------

bb3a78b [CI] Ignore changes in "adr" directory
  • Loading branch information
lchrusciel committed Feb 5, 2021
2 parents de4aaf8 + bb3a78b commit f235142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- "adr/**"
- "docs/**"
- "*.md"
pull_request:
paths-ignore:
- "adr/**"
- "docs/**"
- "*.md"
release:
Expand Down

0 comments on commit f235142

Please sign in to comment.