Skip to content

Commit f825652

Browse files
Merge pull request #2748 from opentensor/fix/add-e2e-against-master
Updates workflow to run e2e when merging to master
2 parents 16aa10b + f817dc1 commit f825652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ concurrency:
66

77
on:
88
push:
9-
branches: [main, development, staging]
9+
branches: [master, development, staging]
1010

1111
pull_request:
12-
branches: [main, development, staging]
12+
branches: [master, development, staging]
1313
types: [ opened, synchronize, reopened, ready_for_review ]
1414

1515
workflow_dispatch:

0 commit comments

Comments
 (0)