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 dd6a6c4 commit 61af1b5Copy full SHA for 61af1b5
.github/workflows/default-tests.yml
@@ -79,7 +79,7 @@ jobs:
79
name: Run coveralls with java ${{ matrix.java_version }}
80
runs-on: ubuntu-latest
81
needs: integration-test
82
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
83
84
strategy:
85
matrix:
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
104
105
0 commit comments