From e5a86417aa245fc050f45b9668662d7b24c9bcef Mon Sep 17 00:00:00 2001 From: mahdi-torabi <94733135+mahdi-torabi@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:01:13 -0800 Subject: [PATCH] Disable builds on merge to main (#4) --- .github/workflows/aws-test-all.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/aws-test-all.yml b/.github/workflows/aws-test-all.yml index ddcbff2..d2a4da0 100644 --- a/.github/workflows/aws-test-all.yml +++ b/.github/workflows/aws-test-all.yml @@ -1,9 +1,6 @@ name: Test All -on: - push: - branches: - - main +on: workflow_dispatch jobs: package: permissions: