We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121b0d3 commit 8873bddCopy full SHA for 8873bdd
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -1,10 +1,15 @@
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:
-
-permissions:
7
- contents: read
+ push:
8
+ paths:
9
+ - .github/workflows/copilot-setup-steps.yml
10
+ pull_request:
11
12
13
14
jobs:
15
setup-environment:
0 commit comments