Switch workflow to run on pull request to main

Update README
This commit is contained in:
Michał Gdula 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
on: [push]
on:
pull_request:
branches: [ main ]
jobs:
build: