We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a23ea8 commit 1d88a1bCopy full SHA for 1d88a1b
1 file changed
.github/workflows/default-tests.yml
@@ -101,7 +101,7 @@ jobs:
101
name: Run coveralls
102
runs-on: ubuntu-latest
103
needs: integration-test
104
- if: ${{ github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
105
106
steps:
107
- uses: actions/checkout@v1
@@ -123,7 +123,7 @@ jobs:
123
name: Deploy snapshot
124
125
126
127
128
129
0 commit comments