Skip to content

Commit db7d9aa

Browse files
fix(ci): trigger onboarding webhook on merge to next
Run the Cursor automation webhook after changes land on next via push, not while the PR is open. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 704e8ee commit db7d9aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/agent-onboarding-webhook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Notify Cursor Automation on Agent Onboarding Change
22

33
on:
4-
pull_request:
4+
# Fires after a PR is merged to next (merge creates a push to the branch).
5+
push:
56
branches:
67
- next
78
paths:

0 commit comments

Comments
 (0)