Skip to content

Commit 5d636d0

Browse files
Fixed workflow
Signed-off-by: Praveen K Pandey <[email protected]>
1 parent c51f01c commit 5d636d0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/pylint.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Pylint
22

3-
on:
3+
4+
on:
45
push:
5-
branches:
6-
- 'master'
6+
branches: [ "master" ]
77
pull_request:
8-
branches:
9-
- 'master'
8+
branches: [ "master" ]
109
jobs:
1110
build:
1211
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)