Skip to content

Commit 8d224dc

Browse files
Fix yaml paths
1 parent 56a4f44 commit 8d224dc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
# Automatically run the setup steps when an associated workflow is changed.
77
push:
88
paths:
9-
- .github/workflows/copilot-setup-steps.yml
10-
- .github/actions/setup-codeql-environment/action.yml
9+
- .github/workflows/copilot-setup-steps.yaml
10+
- .github/actions/install-codeql/action.yaml
11+
- .github/actions/install-codeql-packs/action.yaml
1112
pull_request:
1213
paths:
13-
- .github/workflows/copilot-setup-steps.yml
14-
- .github/actions/setup-codeql-environment/action.yml
14+
- .github/workflows/copilot-setup-steps.yaml
15+
- .github/actions/install-codeql/action.yaml
16+
- .github/actions/install-codeql-packs/action.yaml
1517

1618
jobs:
1719
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.

0 commit comments

Comments
 (0)