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