Skip to content

Commit

Permalink
MUST_REVERT: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Sep 3, 2024
1 parent 3602df3 commit 00e802e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Coverage
on:
push:
branches:
- main
- coverage_pages
pull_request:
types:
- opened
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
config: .github/octocov.yml
CoverageWithReport:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/coverage_pages'
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 00e802e

Please sign in to comment.