From 8d182433f4ef7752c92e59ba0842b88db9fd0d71 Mon Sep 17 00:00:00 2001 From: Paul Vaneveld Date: Sun, 26 Jan 2025 14:01:34 +0100 Subject: [PATCH] chore: update workflow to trigger manual rease --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36b4ad4..81bac14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,7 @@ name: Release -on: [push] +on: + push: + workflow_dispatch: env: CI: true @@ -45,7 +47,7 @@ jobs: release: timeout-minutes: 15 runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' needs: build steps: - name: Checkout