We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513ccf0 commit c6a2e31Copy full SHA for c6a2e31
.github/workflows/copilot-setup-steps.yml
@@ -1,4 +1,4 @@
1
-name: GitHub Copilot Setup Steps
+name: 'GitHub Copilot Setup Steps'
2
3
# This workflow sets up a complete development environment for the SqlServerDsc PowerShell DSC module project
4
# when executed by GitHub Copilot Agent for development assistance.
@@ -11,6 +11,12 @@ on:
11
required: false
12
default: true
13
type: boolean
14
+ pull_request:
15
+ paths:
16
+ - '.github/workflows/copilot-setup-steps.yml'
17
+ push:
18
19
20
21
# cSpell: ignore pwsh cmdlets DSCResources nupkg HQRM SqlServerDsc dotnet gitversion
22
jobs:
0 commit comments