Skip to content

Commit 4e0a705

Browse files
authored
Merge pull request #52 from OilerNetwork/fix/indexer
testing workflow
2 parents 47bfb79 + 69a9025 commit 4e0a705

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-indexer.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Docker Build, Push and Deploy Pitchlake UI
1+
name: Docker Build, Push and Deploy fossil indexer
22
on:
33
push:
44
branches:
55
- main
6+
workflow_call:
7+
# Allow manual trigger for testing
8+
workflow_dispatch:
69

710
env:
811
AWS_REGION: us-east-1

0 commit comments

Comments
 (0)