OxbridgeEconomics commited on
Commit
2a1d2ba
·
unverified ·
1 Parent(s): 70569b7

Update pylint.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/pylint.yml +1 -1
.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: [dev, main]
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: