diff options
Diffstat (limited to '.github/workflows/copilot-setup-steps.yml')
| -rw-r--r-- | .github/workflows/copilot-setup-steps.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 64dd326c7..1d1b3e0fe 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -1,12 +1,9 @@ name: "Copilot Setup Steps" -# Automatically run the setup steps when they are changed to allow for easy validation, and -# allow manual testing through the repository's "Actions" tab on: workflow_dispatch: - push: - paths: - - .github/workflows/copilot-setup-steps.yml + # Automatically run the setup steps when they are changed to allow for easy validation, and + # allow manual testing through the repository's "Actions" tab pull_request: paths: - .github/workflows/copilot-setup-steps.yml |
