From cd37ad73d8f1adb3665ebd8a12362b291079f24e Mon Sep 17 00:00:00 2001 From: bitbeckers Date: Sun, 29 Oct 2023 20:01:33 +0100 Subject: [PATCH] chore(gha): only run on every push --- .github/workflows/ci-default.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci-default.yml b/.github/workflows/ci-default.yml index c25b49e0..50fb4e9c 100644 --- a/.github/workflows/ci-default.yml +++ b/.github/workflows/ci-default.yml @@ -21,11 +21,6 @@ env: on: # A push occurs to one of the matched branches. push: - pull_request: - branches: - - main - - develop - - develop-contracts # Allows you to run this workflow manually from the Actions tab workflow_dispatch: