Update repository_dispatch event type in astro.yml workflow

This commit is contained in:
Max Schmidt 2023-05-13 17:56:44 +02:00
parent b012574e13
commit 43fc0a402c

View File

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