Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Dec 13, 2023
1 parent 0734f87 commit c8e86e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/foundry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Foundry Tests
on:
workflow_dispatch:
pull_request:
branches: [main]
branches:
[main, 624-chore-clean-up-smart-contracts-folder-and-according-test-cases]

jobs:
check:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/system-contract-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches:
[
main,
release/**,
624-chore-clean-up-smart-contracts-folder-and-according-test-cases,
]
tags: [v*]

jobs:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches:
[
main,
release/**,
624-chore-clean-up-smart-contracts-folder-and-according-test-cases,
]
tags: [v*]

concurrency:
Expand Down

0 comments on commit c8e86e7

Please sign in to comment.