Changed type to workflow_dispatch

This commit is contained in:
randal 2023-09-02 00:25:42 -06:00
parent 81955f8efe
commit 8cc04f1192

View File

@ -1,7 +1,14 @@
# .gitea/workflows/build.yaml
name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push]
on:
workflow_dispatch:
inputs:
radotext:
description: enter random text
type: string
required: false
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest