Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 4, 2024
1 parent 4e42dc7 commit 5df2fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-deploy-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: check-deploy-kubernetes
on:
pull_request:
paths:
- "^deploy/kubernetes/.*"
- "^libbeat/docs/version.asciidoc"
- "^.github/workflows/check-deploy-kubernetes.yml"
- "deploy/kubernetes/.*"
- "libbeat/docs/version.asciidoc"
- ".github/workflows/check-deploy-kubernetes.yml"
push:
branches:
- main
Expand Down

0 comments on commit 5df2fe0

Please sign in to comment.