Skip to content

Commit 584f12b

Browse files
committed
feat: Implement build process
1 parent b9f622c commit 584f12b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ concurrency:
3636

3737
jobs:
3838
multiplatform_build:
39+
if: github.event.pull_request.user.login != 'dependabot[bot]' || github.event_name == 'pull_request'
3940
strategy:
4041
fail-fast: false
4142
matrix:

0 commit comments

Comments
 (0)