Skip to content

Commit c1d4a3d

Browse files
committed
Only require build in pull_requests
1 parent c1f062f commit c1d4a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build Docs
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on: [pull_request, workflow_dispatch]
44

55
jobs:
66
build:
@@ -20,4 +20,4 @@ jobs:
2020
- name: Install
2121
run: pnpm install
2222
- name: Build
23-
run: pnpm build
23+
run: pnpm build

0 commit comments

Comments
 (0)