Skip to content

Commit

Permalink
ci: use wildcard match for chart-release-snapshot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Nov 18, 2024
1 parent 89a1333 commit a6b3fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main
paths:
- .github/workflows/chart-release-snapshot.yaml
- charts/camunda-platform-alpha/*
- charts/camunda-platform-8.6/*
- charts/camunda-platform-alpha/**
- charts/camunda-platform-8.6/**

jobs:
release:
Expand Down

0 comments on commit a6b3fd2

Please sign in to comment.