diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29f437e100..63f0473d74 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,6 +2,10 @@ name: Release on: release: types: [published] + schedule: + - cron: "0 5 * * MON" + workflow_dispatch: {} + jobs: update-autorevision: name: "Update AutoRevision" @@ -72,6 +76,7 @@ jobs: defaults: run: shell: msys2 {0} + if: github.event_name == 'release' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' steps: - uses: actions/checkout@v3 with: @@ -90,7 +95,7 @@ jobs: mingw-w64-i686-readline mingw-w64-i686-lua mingw-w64-i686-SDL2_mixer - mingw-w64-i686-qt5 + mingw-w64-i686-qt5-base mingw-w64-i686-qt5-svg mingw-w64-i686-karchive-qt5 - name: Configure