Skip to content

Commit

Permalink
[CI] Ignore changes to the git mailmap file
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Feb 21, 2024
1 parent 9cec6f0 commit 971ffc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths-ignore:
- .gitignore
- .gitlab-ci.yml
- .mailmap
- '**.md'
- 'docs/**'
- 'docker/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/DEB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths-ignore:
- .gitignore
- .gitlab-ci.yml
- .mailmap
- '**.md'
- 'docs/**'
- 'docker/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/RPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths-ignore:
- .gitignore
- .gitlab-ci.yml
- .mailmap
- '**.md'
- 'docs/**'
- 'docker/**'
Expand Down

0 comments on commit 971ffc5

Please sign in to comment.