Skip to content

Commit

Permalink
chore: github workflows trigger branches (#1688)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
claytonneal and fabiorigam authored Jan 10, 2025
1 parent f35dfc3 commit 554c672
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Check for leaks in secrets
on:
pull_request:
branches:
- main
- 'main'
- 'main-*'
- 'supported-*'
- 'feature-*'

permissions:
contents: read # This is required for actions/checkout
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- 'main'
- 'main-*'
- 'supported-*'
- 'feature-*'

jobs:
install-build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: PR Checks
on:
pull_request:
branches:
- main
- 'main'
- 'main-*'
- 'supported-*'
- 'feature-*'

jobs:
doc-examples:
Expand Down

1 comment on commit 554c672

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
98.98% (4370/4415) 97.48% (1393/1429) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 28s ⏱️
network 731 0 πŸ’€ 0 ❌ 0 πŸ”₯ 5m 2s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.937s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.648s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 3s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 31s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 18s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 6s ⏱️

Please sign in to comment.