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