From a0c994bc4434bde0420252b0aff05ac8f440894b Mon Sep 17 00:00:00 2001 From: Meiko Remiorz Date: Thu, 22 May 2025 17:48:54 +0200 Subject: [PATCH] =?UTF-8?q?demo=20gel=C3=B6scht=20und=20on=20push=20start?= =?UTF-8?q?=20der=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 31 ------------------------------- .gitea/workflows/pipeline.yml | 3 +-- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 .gitea/workflows/demo.yaml diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml deleted file mode 100644 index 743ca6d..0000000 --- a/.gitea/workflows/demo.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions πŸš€ - -on: - workflow_dispatch: - -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - - steps: - - name: Install Node.js (fΓΌr JavaScript-basierte Actions) - run: | - apt update - apt install -y nodejs npm - - - run: echo "πŸŽ‰ The job was automatically triggered by a ${{ gitea.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "πŸ”Ž The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - - name: Check out repository code - uses: actions/checkout@v4 - - - run: echo "πŸ’‘ The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "πŸ–₯️ The workflow is now ready to test your code on the runner." - - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - - - run: echo "🍏 This job's status is ${{ job.status }}." diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index e1fad45..20dcfb0 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -1,8 +1,7 @@ name: Build Backend and Frontend run-name: ${{ gitea.actor }} is testing out Building Website -on: - workflow_dispatch: +on: [push] jobs: backend: