diff --git a/.github/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml similarity index 95% rename from .github/copilot-setup-steps.yml rename to .github/workflows/copilot-setup-steps.yml index 64ac90191a..786abdfca9 100644 --- a/.github/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: push: paths: - - .github/copilot-setup-steps.yml + - .github/workflows/copilot-setup-steps.yml pull_request: paths: - - .github/copilot-setup-steps.yml + - .github/workflows/copilot-setup-steps.yml jobs: # The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.