Skip to content

Commit 98ed115

Browse files
authored
Update workflow paths for copilot setup steps
1 parent 39a8192 commit 98ed115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
workflow_dispatch:
77
push:
88
paths:
9-
- .github/copilot-setup-steps.yml
9+
- .github/workflows/copilot-setup-steps.yml
1010
pull_request:
1111
paths:
12-
- .github/copilot-setup-steps.yml
12+
- .github/workflows/copilot-setup-steps.yml
1313

1414
jobs:
1515
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.

0 commit comments

Comments
 (0)