OxbridgeEconomics commited on
Commit
4263a3c
·
unverified ·
2 Parent(s): 87bf6c3 2a1d2ba

Merge pull request #18 from oxbridge-econ/dev

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: