Skip to content

Commit a05b7b0

Browse files
committed
增加推送触发
1 parent 638908b commit a05b7b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build on Ubuntu with Node.js 22, pnpm 10
33
on:
44
pull_request:
55
branches: ["main"]
6+
push:
7+
branches: ["main"]
68

79
jobs:
810
docs:

.github/workflows/pr-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Markdownlint
33
on:
44
pull_request:
55
branches: ["main"]
6+
push:
7+
branches: ["main"]
68

79
jobs:
810
lint:

0 commit comments

Comments
 (0)