We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162b2b4 commit b726789Copy full SHA for b726789
.github/workflows/copilot-setup-steps.yml
@@ -1,15 +1,7 @@
1
name: 'Copilot Setup Steps'
2
3
-# Automatically run the setup steps when they are changed to allow for easy validation, and
4
-# allow manual testing through the repository's "Actions" tab
5
on:
6
workflow_dispatch:
7
- push:
8
- paths:
9
- - .github/workflows/copilot-setup-steps.yml
10
- pull_request:
11
12
13
14
jobs:
15
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
0 commit comments