From a5d1cd07c4954fa35a4b7f74738ead1f90068e85 Mon Sep 17 00:00:00 2001 From: Dragos Mateescu Date: Thu, 10 Jun 2021 08:26:59 +0300 Subject: [PATCH] Version: 1.0.1 --- .github/workflows/build_and_test_action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_action.yml b/.github/workflows/build_and_test_action.yml index b0e590269..c82b6b404 100644 --- a/.github/workflows/build_and_test_action.yml +++ b/.github/workflows/build_and_test_action.yml @@ -4,8 +4,8 @@ name: Build and test project on: - push: - branches: [ main ] +# push: +# branches: [ main ] pull_request: branches: [ main ]