We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db8f53 commit a99ffa7Copy full SHA for a99ffa7
.github/workflows/deploy-demo.yml
@@ -1,8 +1,7 @@
1
name: Deploy Demo To Vercel
2
3
# Todo:
4
-# - 1. fix running quality checking twice when push to main
5
-# - 2. cache pnpm install
+# - 1. cache pnpm install
6
7
on:
8
push:
.github/workflows/integration.yml
@@ -6,9 +6,6 @@ on:
types: [synchronize, opened]
branches:
- main
9
- push:
10
- branches:
11
- - main
12
13
jobs:
14
check-quality:
0 commit comments