Skip to content

Commit 06146fb

Browse files
authored
chore: add CODEOWNERS file (#48)
1 parent 5a1ed23 commit 06146fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @UpCloudLtd/devex

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: test
22

3-
on: [push]
3+
on:
4+
pull_request:
45

56
jobs:
67
test:

0 commit comments

Comments
 (0)