Skip to content

Commit 70c9c5a

Browse files
committed
WIP: run release workflow on PR builds
1 parent 3ee5422 commit 70c9c5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- release
1111
- trigger-nightly
12+
pull_request:
1213

1314
env:
1415
CARGO_INCREMENTAL: 0
@@ -36,6 +37,7 @@ jobs:
3637
- os: windows-latest
3738
target: aarch64-pc-windows-msvc
3839
code-target: win32-arm64
40+
pgo: clap-rs/clap
3941
- os: ubuntu-latest
4042
target: x86_64-unknown-linux-gnu
4143
zig_target: x86_64-unknown-linux-gnu.2.28

0 commit comments

Comments
 (0)