Skip to content

Commit

Permalink
docs: how path ignores work
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLaPiana committed Jun 2, 2023
1 parent fc430be commit db7c946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Backend Code Checks

on:
pull_request:
# This only ignores paths if there are _no_ commits on the branch that touch other files
paths-ignore:
- "**.md"
- "clients/**"
- "CHANGELOG.md"
push:
branches:
- "main"
Expand Down

0 comments on commit db7c946

Please sign in to comment.