From eb9d7b2c9a86479ace1c60199f346c09fb9c2e4c Mon Sep 17 00:00:00 2001 From: Muthu Annamalai Date: Fri, 29 Mar 2024 16:28:27 -0700 Subject: [PATCH] - fix pyc files and update pytest on github on push trigger --- .github/workflows/regression.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 3a0ae4f..787a9c4 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -1,15 +1,20 @@ name: Open-Tamil Python package -on: [push] +on: + workflow_dispatch: + push: + branches: ["main"] + workflow_call: + pull_request: + branches: + - "main" jobs: - build: - + test-student-project: runs-on: ubuntu-latest strategy: matrix: python-version: [3.8,3.9] - steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}