diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 76e4e37da..ee480894d 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -8,7 +8,8 @@ on: - '**.rst' - '**.txt' release: - types: [created] + types: [published] + workflow_dispatch: env: alire_index: "" diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 5bc89ee2a..8cb0026b1 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -8,7 +8,8 @@ on: - '**.rst' - '**.txt' release: - types: [created] + types: [published] + workflow_dispatch: jobs: diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index cce908fa4..9593598ac 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -8,7 +8,8 @@ on: - '**.rst' - '**.txt' release: - types: [created] + types: [published] + workflow_dispatch: env: ALIRE_OS: "windows" @@ -68,7 +69,7 @@ jobs: - name: Add msys2 /usr/bin to the path (for zip) run: echo 'C:\Users\runneradmin\.cache\alire\msys64\usr\bin' >> $GITHUB_PATH shell: bash - + - name: Run installer build script run: bash make-alire-installer shell: bash diff --git a/.github/workflows/tarball-full.yml b/.github/workflows/tarball-full.yml index e2f70e5f6..f7232ae27 100644 --- a/.github/workflows/tarball-full.yml +++ b/.github/workflows/tarball-full.yml @@ -2,7 +2,8 @@ name: Full sources on: release: - types: [created] + types: [published] + workflow_dispatch: jobs: