Skip to content

Commit b9a7d5f

Browse files
authored
Update publish.yml
1 parent b560630 commit b9a7d5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
jobs:
912
publish:
@@ -16,8 +19,8 @@ jobs:
1619
uses: actions/checkout@v4
1720

1821
- uses: actions-rust-lang/setup-rust-toolchain@v1
19-
- name: Run cargo-tarpaulin
20-
uses: actions-rs/tarpaulin@v0.1
22+
- name: Cargo tarpaulin
23+
run: cargo install cargo-tarpaulin
2124
- uses: pnpm/action-setup@v4
2225
name: Install pnpm
2326
with:

0 commit comments

Comments
 (0)