Skip to content

Commit 8873bdd

Browse files
committed
fix workflow dispatch
1 parent 121b0d3 commit 8873bdd

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
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
35
on:
46
workflow_dispatch:
5-
6-
permissions:
7-
contents: read
7+
push:
8+
paths:
9+
- .github/workflows/copilot-setup-steps.yml
10+
pull_request:
11+
paths:
12+
- .github/workflows/copilot-setup-steps.yml
813

914
jobs:
1015
setup-environment:

0 commit comments

Comments
 (0)