Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Remove invalid branches-ignore from push trigger
The push trigger already uses an allowlist of branches, so vue-nodes-migration is excluded by default. Only the pull_request trigger needs the explicit exclusion.
  • Loading branch information
christian-byrne committed Aug 8, 2025
commit 78f4d3f3a7d0cef8550566029f11ba69df1c38c7
1 change: 0 additions & 1 deletion .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Tests CI
on:
push:
branches: [main, master, core/*, desktop/*]
branches-ignore: [vue-nodes-migration]
pull_request:
branches-ignore: [wip/*, draft/*, temp/*, vue-nodes-migration]

Expand Down