From 9f055f0921f923f12c40a1acb12750239df6e12d Mon Sep 17 00:00:00 2001 From: brb Date: Mon, 10 Jul 2023 19:12:26 +0200 Subject: [PATCH] updated workflow --- .gitea/workflows/pipeline.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 312499d..12e3e4b 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -1,12 +1,14 @@ -on: - push: - branches: [$default-branch] +name: Python application +run-name: ${{ gitea.actor }} is building the application +on: [push] + # push: + # branches: [$default-branch] -permissions: - contents: read +# permissions: +# contents: read jobs: - build: + Build-Service: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3