Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 90ce366

Browse files
committed
fix GHA
Signed-off-by: mathetake <[email protected]>
1 parent 2b5e668 commit 90ce366

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: build-test
2-
on: [push, pull_requests]
2+
on:
3+
pull_request:
4+
branches:
5+
- main
6+
push:
7+
branches:
8+
- main
39

410
jobs:
511
sdk-tests:

0 commit comments

Comments
 (0)