Add support for custom events in Astro workflow

This commit is contained in:
Max Schmidt 2023-05-13 17:54:57 +02:00
parent 01a286d0b6
commit b012574e13

View File

@ -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