Skip to content

fix: slove border issues at GernalDialog #127

fix: slove border issues at GernalDialog

fix: slove border issues at GernalDialog #127

name: Doxygen Generation
on:
push:
branches: [ main, 'develop', 'dev/**' ]
paths-ignore:
- 'resource/locale/template/**'
- 'manual/**'
- '**.md'
jobs:
build:
name: Dispatch to GpgFrontend-Doxygen
runs-on: ubuntu-latest
steps:
- name: Emit repository_dispatch
uses: mvasigh/dispatch-action@main
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
repo: GpgFrontend-Doxygen
owner: saturneric
event_type: CodePush
message: |
{
"branch": "${{github.ref}}"
}