Skip to content

Commit a99ffa7

Browse files
authored
chore: change to trigger integration.yml automatically by pr only (#4)
1 parent 2db8f53 commit a99ffa7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Deploy Demo To Vercel
22

33
# Todo:
4-
# - 1. fix running quality checking twice when push to main
5-
# - 2. cache pnpm install
4+
# - 1. cache pnpm install
65

76
on:
87
push:

.github/workflows/integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
types: [synchronize, opened]
77
branches:
88
- main
9-
push:
10-
branches:
11-
- main
129

1310
jobs:
1411
check-quality:

0 commit comments

Comments
 (0)