Skip to content

Commit

Permalink
github action on pull request and code owner
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonlai committed Apr 9, 2021
1 parent 38863c1 commit 9bdd148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on: [push]
on: [push, pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## This defines the code owner of the repository

@lyonlai @alecthomas @jvmakine @juliaogris

0 comments on commit 9bdd148

Please sign in to comment.