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: