Skip to content

Commit acb45cd

Browse files
committed
Update Copilot setup steps example for merge queue
1 parent ee7f5bb commit acb45cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ name: "Copilot Setup Steps"
5656
on:
5757
workflow_dispatch:
5858
push:
59+
branches-ignore:
60+
- 'gh-readonly-queue/**'
5961
paths:
6062
- .github/workflows/copilot-setup-steps.yml
6163
pull_request:
64+
branches:
65+
- main
6266
paths:
6367
- .github/workflows/copilot-setup-steps.yml
6468

0 commit comments

Comments
 (0)