Skip to content

Commit e2f2162

Browse files
committed
test deploy coverage to gh pages
1 parent ec2def5 commit e2f2162

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
runs-on: ubuntu-latest
294294
name: release
295295
needs: build
296-
if: github.ref == 'refs/heads/main'
296+
#if: github.ref == 'refs/heads/main'
297297

298298
env:
299299
GH_TOKEN: ${{ github.token }}
@@ -345,6 +345,7 @@ jobs:
345345
artifact_name: coverage
346346

347347
- uses: softprops/action-gh-release@v2.2.1
348+
if: false
348349
with:
349350
generate_release_notes: true
350351
tag_name: ${{ steps.tag.outputs.version }}

0 commit comments

Comments
 (0)