We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feedb2d commit 26d67d6Copy full SHA for 26d67d6
1 file changed
.github/workflows/main.yaml
@@ -86,6 +86,7 @@ jobs:
86
run: |
87
set -euo pipefail
88
coveralls
89
+ if: github.ref == 'refs/heads/devel' || github.event.pull_request.base.ref == 'devel'
90
env:
91
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
COVERALLS_FLAG_NAME: python-${{ matrix.python-version }}
@@ -104,5 +105,6 @@ jobs:
104
105
106
pip install coveralls
107
coveralls --finish
108
109
110
0 commit comments