Skip to content

Commit 5271eca

Browse files
committed
ci: disable push CI on pull request
1 parent f31e9e4 commit 5271eca

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches:
5+
- master
6+
pull_request:
57

68
jobs:
79
Test:
@@ -14,7 +16,7 @@ jobs:
1416
os:
1517
- ubuntu-22.04
1618
node:
17-
- 20
19+
- 18
1820
pnpm:
1921
- 8
2022
steps:

0 commit comments

Comments
 (0)