Skip to content

Commit c6a2e31

Browse files
committed
Fix formatting and update workflow triggers in GitHub Copilot setup steps
1 parent 513ccf0 commit c6a2e31

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Copilot Setup Steps
1+
name: 'GitHub Copilot Setup Steps'
22

33
# This workflow sets up a complete development environment for the SqlServerDsc PowerShell DSC module project
44
# when executed by GitHub Copilot Agent for development assistance.
@@ -11,6 +11,12 @@ on:
1111
required: false
1212
default: true
1313
type: boolean
14+
pull_request:
15+
paths:
16+
- '.github/workflows/copilot-setup-steps.yml'
17+
push:
18+
paths:
19+
- '.github/workflows/copilot-setup-steps.yml'
1420

1521
# cSpell: ignore pwsh cmdlets DSCResources nupkg HQRM SqlServerDsc dotnet gitversion
1622
jobs:

0 commit comments

Comments
 (0)