Skip to content

Commit c8a000b

Browse files
committed
fix ci
1 parent d721d73 commit c8a000b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, develop]
5+
branches: [main]
66
pull_request:
7-
branches: [main, develop]
7+
types: [opened, synchronize]
88

99
permissions: {}
1010

.github/workflows/update-rolldown-stats.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Update Rolldown Stats
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
paths:
78
- "apps/dashboard/**"
8-
- "tool/override-rolldown.js"
9+
- "tool/override-rolldown.mjs"
910

1011
permissions:
1112
contents: write

0 commit comments

Comments
 (0)