Skip to content

Commit 9d4e285

Browse files
committed
ci: Add feature branch to CI trigger
Add feat/contract-deployment-script-testnet-mainnet to CI trigger so that CI runs on this branch.
1 parent ca50771 commit 9d4e285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44

55
on:
66
push:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, feat/contract-deployment-script-testnet-mainnet ]
88
pull_request:
99
branches: [ main, develop ]
1010

0 commit comments

Comments
 (0)