Skip to content

Commit 27cf4a4

Browse files
committed
Revert "chore: make blockfrost provider tests manual"
This reverts commit d5674cd.
1 parent afe5055 commit 27cf4a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration-blockfrost-e2e.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ env:
2929
WS_PROVIDER_URL: 'http://localhost:4100/ws'
3030

3131
on:
32-
workflow_dispatch:
32+
pull_request:
33+
push:
34+
branches: ['master']
35+
tags: ['*.*.*']
3336

3437
jobs:
3538
build_and_test:

0 commit comments

Comments
 (0)