From caa50b1b424dc7b7530b1bfb60dee5655a6af28e Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Thu, 13 Jun 2024 13:21:45 -0400 Subject: [PATCH] update workflow --- .github/workflows/continous-integration.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index a3021ce..7f8ee3c 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -10,11 +10,7 @@ name: Python application -on: - push: - branches: [ "autosolvate_merge" ] - pull_request: - branches: [ "autosolvate_merge" ] +on: [push, pull_request] permissions: contents: read