Update repository_dispatch event type in astro.yml workflow
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user