diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ef92eb9..787fe48 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,12 +1,12 @@ -name: deploy-web-assets +name: We-Assets Bereitstellung on: push: - branches: - - main + branches: [main] jobs: deploy: + name: Bereitstellung if: gitea.repository == 'gcg/web-assets' runs-on: act-runner-user steps: @@ -24,4 +24,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 }}