File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,25 @@ name: "Copilot Setup Steps"
33on :
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
2226jobs :
2327 # The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
You can’t perform that action at this time.
0 commit comments