diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 1296160..e42622a 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -1,5 +1,9 @@ name: Ruff -on: [ push, pull_request ] + +on: + pull_request: + push: + jobs: ruff: runs-on: ubuntu-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08ccf6d..e5e7117 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,7 @@ name: Testing on: pull_request: + push: jobs: test_3_16: diff --git a/README.md b/README.md index ad3f567..3a1ba72 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ORS Tools QGIS plugin -![Testing](https://github.com/GIScience/orstools-qgis-plugin/actions/workflows/test.yml/badge.svg) -![Ruff](https://github.com/GIScience/orstools-qgis-plugin/actions/workflows/ruff.yml/badge.svg) +![Testing](https://github.com/GIScience/orstools-qgis-plugin/actions/workflows/test.yml/badge.svg?branch=main) +![Ruff](https://github.com/GIScience/orstools-qgis-plugin/actions/workflows/ruff.yml/badge.svg?branch=main) ![ORS Tools](https://user-images.githubusercontent.com/23240110/122937401-3ee72400-d372-11eb-8e3b-6c435d1dd964.png)