Skip to content

Commit

Permalink
fix: change branch reference to main
Browse files Browse the repository at this point in the history
Change branch reference to `main` from `master` in `lint.yml`
  • Loading branch information
Schalk Neethling committed Dec 21, 2021
1 parent b097fed commit a473261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -2,7 +2,7 @@ name: lint
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down

0 comments on commit a473261

Please sign in to comment.