Skip to content

Commit 376058c

Browse files
author
Roman
committed
update branches names
1 parent 27e3dd7 commit 376058c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/check-btcli-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ concurrency:
1111
on:
1212
pull_request:
1313
branches:
14-
- devnet-ready
14+
- devnet
15+
- testnet
16+
- testnet-ready
17+
- main
1518
types: [opened, synchronize, reopened, labeled, unlabeled]
1619

1720
env:

.github/workflows/check-sdk-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ concurrency:
1111
on:
1212
pull_request:
1313
branches:
14-
- devnet-ready
14+
- devnet
15+
- testnet
16+
- testnet-ready
17+
- main
1518
types: [opened, synchronize, reopened, labeled, unlabeled]
1619

1720
env:

0 commit comments

Comments
 (0)