Muhammad Abdur Rahman Saad
commited on
Commit
·
d0df810
1
Parent(s):
72f4cb5
Update pylint.yml
Browse files
.github/workflows/pylint.yml
CHANGED
|
@@ -2,7 +2,7 @@ name: Pylint
|
|
| 2 |
|
| 3 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
| 4 |
pull_request:
|
| 5 |
-
branches: [
|
| 6 |
|
| 7 |
jobs:
|
| 8 |
build:
|
|
|
|
| 2 |
|
| 3 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
| 4 |
pull_request:
|
| 5 |
+
branches: [dev]
|
| 6 |
|
| 7 |
jobs:
|
| 8 |
build:
|