diff --git a/.github/workflows/test_plugin.yml b/.github/workflows/test_plugin.yml index f50dbda..9504c07 100644 --- a/.github/workflows/test_plugin.yml +++ b/.github/workflows/test_plugin.yml @@ -1,13 +1,14 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Run tests on: push: - branches: ["main"] + branches: + - '**' pull_request: - branches: ["main"] + - '**' permissions: contents: read