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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
repository_dispatch:
|
||||||
|
types: [custom_event]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Run remote SSH command
|
name: Run remote SSH command
|
||||||
|
Loading…
Reference in New Issue
Block a user