Update repository_dispatch event type in astro.yml workflow
This commit is contained in:
parent
b012574e13
commit
43fc0a402c
2
.github/workflows/astro.yml
vendored
2
.github/workflows/astro.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [custom_event]
|
types: [payload_update]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Run remote SSH command
|
name: Run remote SSH command
|
||||||
|
Loading…
Reference in New Issue
Block a user