limit linter CI to master branch (#2609)

This commit is contained in:
Surendrajat 2021-02-21 18:37:15 +05:30 committed by GitHub
parent a47c2bb5aa
commit 7491434dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,11 @@ name: "Linter"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
changes: