Files
casa/.gitea/workflows/manual.yml

16 lines
287 B
YAML

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