diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 82fc661..4b5bc6a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,14 +1,14 @@ name: Deploy so-manager (auto) -on: - push: +on: + push: branches: [ "main" ] workflow_dispatch: -jobs: - deploy: - runs-on: [ "native" ] - steps: - - uses: actions/checkout@v4 - - name: Deploy to server +jobs: + deploy: + runs-on: [ "native" ] + steps: + - uses: actions/checkout@v4 + - name: Deploy to server run: /usr/local/bin/deploy_so.sh \ No newline at end of file