Skip to content

Commit fcc6a35

Browse files
author
Roman
committed
fix - '**'
1 parent 320afde commit fcc6a35

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ concurrency:
66

77
on:
88
push:
9-
branches: *
10-
9+
branches:
10+
- '**'
1111
pull_request:
12-
branches: *
12+
branches:
13+
- '**'
1314
types: [ opened, synchronize, reopened, ready_for_review ]
1415

1516
workflow_dispatch:

0 commit comments

Comments
 (0)