Skip to content

Commit

Permalink
README and Workflow Trigger changes (#5)
Browse files Browse the repository at this point in the history
- Update README
- Apply better workflow triggers
  • Loading branch information
bulletinmybeard authored Oct 27, 2024
2 parents 536c9bc + 46b06ca commit d8cd85d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ name: Test
on:
push:
branches:
- master
- development
- 'feature/**'
- 'bugfix/**'
- 'hotfix/**'
- 'refactor/**'
- 'chore/**'
- 'docs/**'
- 'test/**'
pull_request:
branches:
- master
- development
types: [opened, synchronize, reopened]

jobs:
Expand Down Expand Up @@ -138,4 +145,3 @@ jobs:

- name: Run tests with coverage
run: poetry run pytest tests/ -v --cov=mic_control --cov-report=term-missing

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![macOS](https://img.shields.io/badge/platform-macOS-lightgrey)](https://www.apple.com/macos/)
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
[![Test](https://github.com/bulletinmybeard/py-macos-mic-control/actions/workflows/test.yml/badge.svg?branch=development)](https://github.com/bulletinmybeard/py-macos-mic-control/actions/workflows/test.yml)
[![Test](https://github.com/bulletinmybeard/py-macos-mic-control/actions/workflows/test.yml/badge.svg)](https://github.com/bulletinmybeard/py-macos-mic-control/actions/workflows/test.yml)
[![Security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down

0 comments on commit d8cd85d

Please sign in to comment.