Skip to content

Commit

Permalink
Merge pull request #17 from ronin-chain/feat/ci
Browse files Browse the repository at this point in the history
feat(ci): allow ci runs on feat/* and impl/*
  • Loading branch information
nxqbao authored Mar 20, 2024
2 parents ec2f64e + f336362 commit daf404b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-PR-implement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- 'implement-feature/**'
- 'implement-feature/**/**'
- 'impl/**/**'
- 'impl-feat/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ on:
- testnet
- 'feature/*'
- 'features/*'
- 'feat/*'
- 'feats/*'
pull_request:
branches:
- mainnet
- testnet
- 'feature/*'
- 'features/*'
- 'feat/*'
- 'feats/*'

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit daf404b

Please sign in to comment.