Skip to content

Commit

Permalink
Merge pull request #5832 from MartinForReal/shafan/updateaction
Browse files Browse the repository at this point in the history
chores: update path trigger for azclient
  • Loading branch information
MartinForReal committed Apr 2, 2024
2 parents 582cb12 + b5ee100 commit 356139e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-azclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches:
- master
paths:
- 'pkg/azclient/*'
- '!pkg/azclient/configloader*'
- '!pkg/azclient/client-gen*'
- '!pkg/azclient/trace*'
- 'pkg/azclient/**'
- '!pkg/azclient/configloader/**'
- '!pkg/azclient/client-gen/**'
- '!pkg/azclient/trace/**'
permissions:
contents: read
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-configloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- 'pkg/azclient/configloader/*'
- 'pkg/azclient/configloader/**'
permissions:
contents: read
jobs:
Expand Down

0 comments on commit 356139e

Please sign in to comment.