Skip to content

Commit

Permalink
Change default branch to main in GHAs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Nov 26, 2021
1 parent 4afc24b commit 29239da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -3,7 +3,7 @@ name: lint
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand All @@ -18,7 +18,7 @@ jobs:
python-version: 3.8

- name: Install
run: pip install -r <(curl https://raw.githubusercontent.com/lsst/linting/master/requirements.txt)
run: pip install -r <(curl https://raw.githubusercontent.com/lsst/linting/main/requirements.txt)

- name: Run linter
run: flake8

0 comments on commit 29239da

Please sign in to comment.