Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
Modify workflow to also run on PR
  • Loading branch information
naik-aakash authored May 16, 2023
1 parent 7ea3f94 commit 793e8d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Pylint

on: [push]
on:
push:
branches:
- '*'
pull_request:
branches: [ main ]


jobs:
build:
Expand Down

0 comments on commit 793e8d2

Please sign in to comment.