We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d138f5 commit eb7d36cCopy full SHA for eb7d36c
.github/workflows/copilot-setup-steps.yml
@@ -1,5 +1,16 @@
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
copilot-setup-steps:
16
runs-on: ubuntu-latest
0 commit comments