Skip to content

Commit 3a60021

Browse files
test: add pull_request trigger to preview workflow for automatic testing on PRs
1 parent 63a13b1 commit 3a60021

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/qa-test-block-subscriptions-preview.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ name: Indexer QA Block Streaming Test (Preview)
1717

1818
on:
1919
workflow_dispatch:
20+
pull_request:
21+
paths:
22+
- 'qa/tests/**'
23+
- '.github/workflows/qa-test-block-subscriptions-preview.yml'
2024

2125
jobs:
2226
test-block-subscriptions:

.github/workflows/qa-test-block-subscriptions-qanet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ name: Indexer QA Block Streaming Test (QAnet)
1717

1818
on:
1919
workflow_dispatch:
20+
pull_request:
21+
paths:
22+
- 'qa/tests/**'
23+
- '.github/workflows/qa-test-block-subscriptions-qanet.yml'
2024

2125
jobs:
2226
test-block-subscriptions:

0 commit comments

Comments
 (0)