Skip to content

Commit b79370c

Browse files
authored
Move copilot-setup-steps.yml to workflows directory for proper execution (#1640)
1 parent 1cf88cb commit b79370c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-setup-steps.yml renamed to .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)