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

Commit 27a99a6

Browse files
authored
Merge pull request #77 from mathetake/gha-pullrequests
gha: trigger on PRs
2 parents a5a27d5 + 2b5e668 commit 27a99a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build-test
2-
on: push
2+
on: [push, pull_requests]
33

44
jobs:
55
sdk-tests:

0 commit comments

Comments
 (0)