From 914c2491353a1cb68ba66e99e134fe59e6e7f6d0 Mon Sep 17 00:00:00 2001 From: Eduard Tatarnikov <108517865+Edmaroff@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:01:46 +0800 Subject: [PATCH] fix actions.yml --- .github/workflows/actions.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 83fbb80..4d1c291 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -3,8 +3,6 @@ name: Linting and Testing on: push: branches: [main, dev] - pull_request: - branches: [main] jobs: tests: