Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 7, 2020
1 parent 145de82 commit 73b507d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

name: Run tests

on: [push, pull_request]
on:
pull_request: {}
push:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit 73b507d

Please sign in to comment.