Skip to content

Commit 436de49

Browse files
committed
fix(ci): remove push event from ci.yml (duplicate)
1 parent f2b72bf commit 436de49

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

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

33
on:
4-
push:
5-
branches:
6-
- master
7-
- beta
8-
- alpha
9-
- next
10-
- next-major
11-
tags-ignore:
12-
- "*"
13-
# do not trigger CI on tags, it will be handled by the release workflow
14-
paths:
15-
- "src/**"
16-
- "dist-tests/**"
17-
- package.json
18-
- pnpm-lock.yaml
19-
204
pull_request:
215
branches:
226
- master

0 commit comments

Comments
 (0)