add a hook to update the bot when lamm is updated
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -3,6 +3,8 @@ name: Docker Image CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
repository_dispatch:
|
||||||
|
types: [ lamm-updated ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_amd64:
|
build_amd64:
|
||||||
|
|||||||
Reference in New Issue
Block a user