From 2dde07c13bffc98fc4b11f11667931ff92b64fb0 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 9 Sep 2023 09:30:08 +0100 Subject: [PATCH] Undo deploy change --- .gitea/workflows/deploy.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b162dfe..4c0d011 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -2,16 +2,8 @@ name: Deploy on: push: - branches: - - master - pull_request: - branches: - - master - workflow_dispatch: - inputs: - run: - description: "Deploy artifact to server" - type: boolean + tags: + - '*' runs-on: selfhost @@ -19,7 +11,6 @@ jobs: deploy: needs: build runs-on: selfhost - if: ${{ inputs.run }} steps: - uses: actions/checkout@v2 - name: get artifact