mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
Switch workflow to run on pull request to main
Update README
This commit is contained in:
parent
c98a524c08
commit
970d3dcf66
2 changed files with 6 additions and 1 deletions
4
.github/workflows/pylint.yml
vendored
4
.github/workflows/pylint.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Pylint
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue