feat: |Github Action| add upstream sync and auto deploy frontend&&bac… (#528)

feat: |Github Action| add upstream sync and auto deploy frontend&&backend
This commit is contained in:
Dream Hunter
2024-12-23 22:55:10 +08:00
committed by GitHub
parent 4a881e2d2b
commit 440238133e
5 changed files with 48 additions and 11 deletions

View File

@@ -1,9 +1,10 @@
name: Deploy Frontend
on:
workflow_run:
workflows: [Upstream Sync]
types: [completed]
push:
paths:
- "frontend/**"
tags:
- "*"
workflow_dispatch: