File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
1618jobs :
1719 # 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