diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7cb782..fc89010 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: branches: main types: - closed + workflow_dispatch: jobs: if_merged: @@ -39,6 +40,4 @@ jobs: username: ${{ secrets.FTP_SERVER_USERNAME }} password: ${{ secrets.FTP_SERVER_PASSWORD }} local-dir: ./dist - server-dir: ./test - - \ No newline at end of file + server-dir: ./test \ No newline at end of file