From d36d22bd387225db3d9e078bfcf7a498f5edcac8 Mon Sep 17 00:00:00 2001 From: Shlomi Hod <6306135+shlomihod@users.noreply.github.com> Date: Fri, 2 Apr 2021 08:28:22 -0400 Subject: [PATCH] update github actions for coveralls --- .github/workflows/ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91d0d34..088a3cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,14 +1,7 @@ -# This is a basic workflow to help you get started with Actions - name: CI # Controls when the action will run. -on: - pull_request: - branches: [ master ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: +on: [push, pull_request, workflow_dispatch] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -47,3 +40,5 @@ jobs: python -m pip install -U coveralls scrutinizer-ocular coveralls ocular + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}