diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1011e5b..9fd8e2c 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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