diff --git a/.github/workflows/aseprite_build_deploy.yml b/.github/workflows/aseprite_build_deploy.yml index 9aee0754..8df0fd4e 100644 --- a/.github/workflows/aseprite_build_deploy.yml +++ b/.github/workflows/aseprite_build_deploy.yml @@ -1,11 +1,7 @@ name: Build and deploy Aseprite on: - schedule: - - cron: '0 0 * * *' - push: - branches: - - master + workflow_dispatch env: BUILD_TYPE: Release @@ -63,7 +59,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest, macOS-latest] + os: [windows-latest] fail-fast: false steps: - name: (Windows) Install dependencies