Add .gitea/workflows/manual.yml

This commit is contained in:
2024-08-06 23:21:34 +00:00
parent 4d35062fa0
commit cdc7f5f011

View File

@@ -0,0 +1,16 @@
name: Manual Trigger Workflow
# configure manual trigger
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build project
run: |
npm install
npm run build