Skip to content

Commit

Permalink
Add pull_request to ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yu committed Nov 20, 2020
1 parent 036000c commit 58bf345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
test:
name: Test
Expand All @@ -23,4 +23,4 @@ jobs:
with:
version: v1.32
- name: Execute test
run: make test
run: make test

0 comments on commit 58bf345

Please sign in to comment.