From 3e8b39ba0fa823d81c155b902675f1a056847efd Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Tue, 17 Oct 2023 11:38:12 +0200 Subject: [PATCH] Better triggers for actions on release creation --- .github/workflows/ci-linux.yml | 3 ++- .github/workflows/ci-macos.yml | 3 ++- .github/workflows/ci-windows.yml | 5 +++-- .github/workflows/tarball-full.yml | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) 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: