Skip to content

Commit

Permalink
[CI] Add target branches (#285)
Browse files Browse the repository at this point in the history
rename target branch
  • Loading branch information
nxqbao authored Sep 25, 2023
1 parent 89b56d7 commit e889a0a
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 88 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Run tests
on:
push:
branches:
- main
- mainnet
- testnet
- dev
- "release/**"
pull_request:
branches:
- main
- testnet
- dev
- "release/**"

permissions:
packages: read
Expand Down
Loading

0 comments on commit e889a0a

Please sign in to comment.