We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2568034 commit 86c3495Copy full SHA for 86c3495
.github/workflows/Unit_Tests.yml
@@ -2,9 +2,7 @@ name: Unit Tests
2
3
on:
4
pull_request: null
5
- push:
6
- branches:
7
- - master
+ push: null
8
9
jobs:
10
tests:
@@ -50,6 +48,7 @@ jobs:
50
48
if: (!contains(matrix.php-versions, '7.')) && (matrix.php-versions != '8.0')
51
49
52
- name: Coveralls Test Submission
+ if: ${{ github.ref == 'refs/heads/master' }}
53
env:
54
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
COVERALLS_PARALLEL: true
@@ -62,6 +61,7 @@ jobs:
62
61
runs-on: ubuntu-latest
63
steps:
64
- name: Close Coveralls Run
65
66
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
67
COVERALLS_ENDPOINT: https://coveralls.io
0 commit comments