Skip to content

Commit 1f077aa

Browse files
brignanoclaude
andauthored
Scope push to the default branch in copilot-setup-steps samples (#45823)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3a6ec97 commit 1f077aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/copilot/how-tos/copilot-on-github/customize-copilot/customize-cloud-agent/customize-the-agent-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A `copilot-setup-steps.yml` file looks like a normal {% data variables.product.p
4949
> [!NOTE]
5050
> The `copilot-setup-steps.yml` workflow won't trigger unless it's present on your default branch.
5151
52-
Here is a simple example of a `copilot-setup-steps.yml` file for a TypeScript project that clones the project, installs Node.js and downloads and caches the project's dependencies. You should customize this to fit your own project's language(s) and dependencies:
52+
Here is a simple example of a `copilot-setup-steps.yml` file for a TypeScript project that clones the project, installs Node.js and downloads and caches the project's dependencies. You should customize this to fit your own project, including its language(s), its dependencies, and the workflow triggers you need. For example, you wouldn't typically run on both `push` and `pull_request`.
5353

5454
```yaml copy
5555
name: "Copilot Setup Steps"

0 commit comments

Comments
 (0)