Skip to content

Commit

Permalink
- fix pyc files and update pytest on github on push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
arcturusannamalai committed Mar 29, 2024
1 parent 357bc93 commit eb9d7b2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit eb9d7b2

Please sign in to comment.