Add support for custom events in Astro workflow
This commit is contained in:
parent
01a286d0b6
commit
b012574e13
3
.github/workflows/astro.yml
vendored
3
.github/workflows/astro.yml
vendored
@ -3,7 +3,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
repository_dispatch:
|
||||
types: [custom_event]
|
||||
jobs:
|
||||
build:
|
||||
name: Run remote SSH command
|
||||
|
Loading…
Reference in New Issue
Block a user