Skip to content

Commit

Permalink
Rename action from main to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed May 22, 2024
1 parent b400481 commit c6a0e8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/config.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: main
name: Tests

on:
push:
branches: [main, fix/drf-version-support]
pull_request:
branches: [main]
on: [push, pull_request]

jobs:
test:
tests:
name: Tests (Python ${{ matrix.python-version }})

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Copyright (c) 2020 Vinta Serviços e Soluções Tecnológicas Ltda
:target: https://pypi.python.org/pypi/drf-rw-serializers/
:alt: PyPI

.. |ga-badge| image:: https://github.com/vintasoftware/drf-rw-serializers/actions/workflows/config.yml/badge.svg?branch=master
.. |ga-badge| image:: https://github.com/vintasoftware/drf-rw-serializers/actions/workflows/tests.yml/badge.svg?branch=master
:target: https://github.com/vintasoftware/drf-rw-serializers
:alt: GitHub Actions

Expand Down

0 comments on commit c6a0e8d

Please sign in to comment.