Skip to content

Commit 816ca20

Browse files
committed
update ci
1 parent fb48943 commit 816ca20

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
push:
5-
branches: ["main"]
64
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
78

89
permissions: {}
910

1011
concurrency:
1112
group: "pages"
12-
cancel-in-progress: false
13+
cancel-in-progress: true
1314

1415
jobs:
1516
build:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Update Rolldown Stats
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
78
paths:
89
- "apps/dashboard/**"
910
- "tool/override-rolldown.mjs"

0 commit comments

Comments
 (0)