Skip to content

Commit

Permalink
Merge pull request #48 from tk0miya/invoke_ci_on_pr
Browse files Browse the repository at this point in the history
Invoke CI on PR
  • Loading branch information
tk0miya committed Mar 14, 2021
2 parents 94e92b2 + a0b659b commit 95a4c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test
on: [push]
on: [push, pull_request]

jobs:
tests:
Expand Down

0 comments on commit 95a4c30

Please sign in to comment.