Skip to content

Commit 1d0a994

Browse files
Copilotronniegeraghty
authored andcommitted
Update workflow name to "Copilot Setup Steps" and add pull_request trigger
Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com>
1 parent 0d561f7 commit 1d0a994

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: Copilot Environment Setup
1+
name: Copilot Setup Steps
22

33
# This workflow sets up the development environment for GitHub Copilot coding agent
44
# It leverages the existing devcontainer configuration to ensure consistency
@@ -32,6 +32,12 @@ on:
3232
- 'Cargo.toml'
3333
- '.devcontainer/**'
3434
- '.github/workflows/copilot-setup-steps.yml'
35+
pull_request:
36+
paths:
37+
- 'rust-toolchain.toml'
38+
- 'Cargo.toml'
39+
- '.devcontainer/**'
40+
- '.github/workflows/copilot-setup-steps.yml'
3541

3642
jobs:
3743
setup-environment:

0 commit comments

Comments
 (0)