Skip to content

Commit

Permalink
Add codeowners (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Apr 9, 2023
1 parent d33e4c5 commit d1253f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @beam-community/team
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Continuous Integration

on:
pull_request:
types: [opened, reopened, synchronize]
types:
- opened
- reopened
- synchronize
push:
branches:
- 'master'
- master
merge_group:

jobs:
test:
Expand Down

0 comments on commit d1253f8

Please sign in to comment.