Skip to content

Commit 9dbd675

Browse files
committed
Modify build and push lambda to use this branch
1 parent 6c24991 commit 9dbd675

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/indexer-build-and-push-lambda.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Indexer Build and push Lambda
22

33
on:
4+
push:
5+
branches:
6+
- adam/ct-861-websocket-topic-for-blockheight
7+
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
8+
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
49
workflow_call:
510
inputs:
611
ENVIRONMENT:

0 commit comments

Comments
 (0)