We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed9b0b commit 7697147Copy full SHA for 7697147
.github/workflows/cli-ci.yml
@@ -4,9 +4,8 @@ on:
4
pull_request:
5
paths:
6
- "cli/**"
7
+ - "!cli/azd/extensions/**"
8
- ".github/workflows/cli-ci.yml"
- paths-ignore:
9
- - "cli/azd/extensions/**"
10
branches: [main]
11
12
# If two events are triggered within a short time in the same PR, cancel the run of the oldest event
0 commit comments