Skip to content

Commit

Permalink
test(ci): run github-actions also on pull requests (#210)
Browse files Browse the repository at this point in the history
Also change repository setup to lightweight shallow clone.
  • Loading branch information
ArturKlauser authored and TheKevJames committed Dec 3, 2019
1 parent 1b78d92 commit 7c6c9ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpackage.yml
@@ -1,6 +1,6 @@
name: coveralls

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1 # no history, just HEAD
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 7c6c9ed

Please sign in to comment.