Skip to content

Commit

Permalink
Merge pull request Juniper#1127 from rahkumar651991/github_actions
Browse files Browse the repository at this point in the history
Modify the github actions file
  • Loading branch information
rahkumar651991 authored Jul 12, 2021
2 parents 51c47cd + e7eadfe commit 7c97742
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Pylint

on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down

0 comments on commit 7c97742

Please sign in to comment.