diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ac561e8..7770299 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,12 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + workflow_dispatch: container: network: gitea-network + jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest