Switch workflow to run on pull request to main

Update README
This commit is contained in:
Michał 2023-03-04 21:46:19 +00:00
parent c98a524c08
commit 970d3dcf66
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,8 @@
name: Pylint name: Pylint
on: [push] on:
pull_request:
branches: [ main ]
jobs: jobs:
build: build:

View file

@ -16,6 +16,9 @@
<a href="https://github.com/Fluffy-Bean/onlylegs/blob/main/LICENSE"> <a href="https://github.com/Fluffy-Bean/onlylegs/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/Fluffy-Bean/onlylegs?style=for-the-badge"> <img src="https://img.shields.io/github/license/Fluffy-Bean/onlylegs?style=for-the-badge">
</a> </a>
<a href="https://wakatime.com/badge/user/29bd1733-45f0-41c0-901e-d6daf49094d4/project/6aae41df-003f-4b17-ae8f-62cecfb3fc24">
<img src="https://wakatime.com/badge/user/29bd1733-45f0-41c0-901e-d6daf49094d4/project/6aae41df-003f-4b17-ae8f-62cecfb3fc24.svg?style=for-the-badge" alt="wakatime">
</a>
</div> </div>
## Features ## Features