Skip to content

Commit eb7d36c

Browse files
authored
Apply suggestion from @djezzzl
1 parent 9d138f5 commit eb7d36c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
name: Copilot Setup Steps
22

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+
paths:
12+
- .github/workflows/copilot-setup-steps.yml
13+
314
jobs:
415
copilot-setup-steps:
516
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)