Skip to content

Commit dcfef4f

Browse files
Copilotdata-douser
andcommitted
Fix copilot-setup-steps workflow trigger paths to use existing files
Co-authored-by: data-douser <[email protected]>
1 parent ba0fbfa commit dcfef4f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@ name: "Copilot Setup Steps"
33
on:
44
# Allow manual testing through the repository's "Actions" tab
55
workflow_dispatch: {}
6-
# Automatically run the setup steps when an associated workflow is changed.
6+
# Automatically run the setup steps when an associated file is changed.
77
push:
88
branches:
99
- main
1010
paths:
1111
- .github/workflows/copilot-setup-steps.yml
12-
- .github/actions/setup-codeql-environment/action.yml
1312
- qlt.conf.json
13+
- extractors/cds/tools/package.json
14+
- extractors/cds/tools/package-lock.json
15+
- javascript/frameworks/*/qlpack.yml
1416
pull_request:
1517
branches:
1618
- main
1719
paths:
1820
- .github/workflows/copilot-setup-steps.yml
19-
- .github/actions/setup-codeql-environment/action.yml
2021
- qlt.conf.json
22+
- extractors/cds/tools/package.json
23+
- extractors/cds/tools/package-lock.json
24+
- javascript/frameworks/*/qlpack.yml
2125

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

0 commit comments

Comments
 (0)