From c5710d03b999f2c3ff9bec5e5ce19de91df8ee09 Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh <46249765+quantum9Innovation@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:45:00 -0800 Subject: [PATCH] ci: prevent critical overuse of GitHub Actions minutes by @couscousdude time is running out... --- .github/workflows/main.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2d9df4..345a748 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,8 @@ -name: 'publish' +name: 'Publish' -# This will trigger the action on each push to the `release` branch. +# This will trigger the action manually. on: - push: - branches: - - beta - - main + workflow_dispatch: jobs: publish-tauri: