Skip to content

Commit 33f6f2b

Browse files
committed
perf(ci): remove redundant standalone CI run on push to main
CI was running 3 times per push (standalone + deploy + release). Remove the direct push trigger since deploy.yml and release.yml already call ci.yml via workflow_call. CI still runs standalone on pull requests for fast feedback.
1 parent 5300e57 commit 33f6f2b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
86
workflow_call:

0 commit comments

Comments
 (0)