From 3429028ceea1bea153be183883df0578f1e31513 Mon Sep 17 00:00:00 2001 From: Aryan Kothari Date: Wed, 11 Oct 2023 16:18:59 +0000 Subject: [PATCH] adjust on param --- .github/workflows/tests_and_ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests_and_ci.yml b/.github/workflows/tests_and_ci.yml index 7029c284..36fac40b 100644 --- a/.github/workflows/tests_and_ci.yml +++ b/.github/workflows/tests_and_ci.yml @@ -1,8 +1,8 @@ -name: Docker Image CI for GHCR -on: - push: +name: Tests and CI +on: pull_request: - branches: [ main ] + push: + jobs: run_pytest: runs-on: ubuntu-latest