Skip to content

Commit 66c1d65

Browse files
committed
ci: Test the check jobs
Signed-off-by: gsstoykov <[email protected]>
1 parent 1300f32 commit 66c1d65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/zxf-publish-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
push:
2020
tags:
2121
- "v*.*.*"
22+
pull_request:
23+
branches:
24+
- main
2225

2326
defaults:
2427
run:
@@ -298,6 +301,7 @@ jobs:
298301
299302
publish:
300303
name: Publish SDK to crates.io
304+
if: github.event_name != 'pull_request'
301305
needs:
302306
- validate-release
303307
- run-safety-checks

0 commit comments

Comments
 (0)