Skip to content

Commit

Permalink
Update python-coverage.yaml
Browse files Browse the repository at this point in the history
updated coverage triggers for pr and push to master
  • Loading branch information
ncilfone committed Apr 5, 2021
1 parent 11a68aa commit 5678fb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

name: coverage

on: workflow_dispatch
on:
pull_request:
branches: [master]
push:
branches: [master]

jobs:
build:
Expand Down

0 comments on commit 5678fb7

Please sign in to comment.