mirror of
https://github.com/gotson/komga.git
synced 2026-01-01 21:34:31 +01:00
18 lines
374 B
YAML
18 lines
374 B
YAML
name: Dispatch events
|
|
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
paths:
|
|
- '**/openapi.json'
|
|
|
|
jobs:
|
|
dispatch:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Repository Dispatch
|
|
uses: peter-evans/repository-dispatch@v3
|
|
with:
|
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
|
repository: gotson/komga-website
|
|
event-type: openapi
|