We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb48943 commit 816ca20Copy full SHA for 816ca20
.github/workflows/deploy.yml
@@ -1,15 +1,16 @@
1
name: Deploy to GitHub Pages
2
3
on:
4
- push:
5
- branches: ["main"]
6
workflow_dispatch:
+ push:
+ branches:
7
+ - main
8
9
permissions: {}
10
11
concurrency:
12
group: "pages"
- cancel-in-progress: false
13
+ cancel-in-progress: true
14
15
jobs:
16
build:
.github/workflows/update-rolldown-stats.yml
@@ -3,7 +3,8 @@ name: Update Rolldown Stats
push:
- branches: [main]
paths:
- "apps/dashboard/**"
- "tool/override-rolldown.mjs"
0 commit comments