Skip to content

Commit

Permalink
chore: revert default branch for release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 3, 2024
1 parent eb4cc0d commit 720b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}
- $default-branch

permissions:
contents: write
Expand Down

1 comment on commit 720b091

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 80% 4/5
🟢 Branches 100% 0/0
🟡 Functions 66.67% 2/3
🟢 Lines 80% 4/5

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 720b091

Please sign in to comment.