Skip to content

PfC: Add m-btn-group for group of buttons | turn button class into button ID. #3174

PfC: Add m-btn-group for group of buttons | turn button class into button ID.

PfC: Add m-btn-group for group of buttons | turn button class into button ID. #3174

name: filter-backend
on:
pull_request:
paths-ignore:
- '**.py'
- 'requirements/**.txt'
- '**.html'
- '**.mo'
- '**.po'
merge_group:
paths-ignore:
- '**.py'
- 'requirements/**.txt'
- '**.html'
- '**.mo'
- '**.po'
jobs:
backend:
runs-on: ubuntu-latest
strategy:
matrix:
toxenv:
- lint
- validate-migrations
- validate-assets
- validate-translations
- unittest
steps:
- run: 'echo "Skipping backend ${{ matrix.toxenv }}"'