We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7f5bb commit acb45cdCopy full SHA for acb45cd
1 file changed
content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md
@@ -56,9 +56,13 @@ name: "Copilot Setup Steps"
56
on:
57
workflow_dispatch:
58
push:
59
+ branches-ignore:
60
+ - 'gh-readonly-queue/**'
61
paths:
62
- .github/workflows/copilot-setup-steps.yml
63
pull_request:
64
+ branches:
65
+ - main
66
67
68
0 commit comments