Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Apr 24, 2024
2 parents 42e3e53 + 06796eb commit e375692
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ name: Unit tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches:
- "*"

jobs:
build:
Expand All @@ -19,9 +18,9 @@ jobs:
python-version: [3.9, 3.10, 3.11]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit e375692

Please sign in to comment.