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

Commit be514f5

Browse files
authored
Merge pull request #78 from tetratelabs/gha-pullrequests
fix GHA
2 parents 27a99a6 + 90ce366 commit be514f5

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)