Skip to content

Commit

Permalink
Merge pull request #268 from PHPCSStandards/feature/ghactions-finish-…
Browse files Browse the repository at this point in the history
…tweaks

GH Actions: minor clean up
  • Loading branch information
jrfnl committed May 18, 2021
2 parents e7eb0b9 + d8bbb68 commit 935c27f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches-ignore:
- master
- develop
paths-ignore:
- '**.md'
- 'docs/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ jobs:

coveralls-finish:
needs: coverage
if: always() && needs.coverage.result == 'success'

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 935c27f

Please sign in to comment.