Skip to content

Commit

Permalink
ci: adapt markdown check trigger to include changes to CRD structs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bacherfl authored Aug 2, 2023
1 parent e6867bd commit ee2abea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
- '[0-9]+.[1-9][0-9]*.x'
paths:
- '**.md'
- 'operator/apis'
- 'metrics-operator/api'
- 'operator/apis/**'
- 'metrics-operator/api/**'

env:
GO_VERSION: "~1.20"
Expand Down

0 comments on commit ee2abea

Please sign in to comment.