diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 57f83d7..831a0fd 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,15 +1,13 @@ -name: deploy-homer - +name: Homer Bereitstellung on: push: - branches: - - main + branches: [main] jobs: - prod-build: + deploy: + name: Bereistellung if: gitea.repository == 'gcg/homer-data' runs-on: act-runner-user - timeout-minutes: 5 steps: - name: Checkout uses: https://github.com/actions/checkout@v4 @@ -23,4 +21,4 @@ jobs: if: always() with: chat_id: ${{ secrets.TG_CHAT_ID }} - token: ${{ secrets.TG_TOKEN }} \ No newline at end of file + token: ${{ secrets.TG_TOKEN }}