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 b74162e commit 00cc8d0Copy full SHA for 00cc8d0
.github/workflows/linux-x64-build-and-test.yml
@@ -92,6 +92,7 @@ jobs:
92
finish:
93
needs: build
94
runs-on: ubuntu-latest
95
+ if: github.ref == 'refs/heads/develop'
96
steps:
97
- name: Coveralls Finished
98
uses: coverallsapp/github-action@v2
0 commit comments