Skip to content

Commit

Permalink
Chore: Fix CI to run on correct branch (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 15, 2021
1 parent a39c90f commit 98f19d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
lint:
name: Lint
Expand Down

0 comments on commit 98f19d6

Please sign in to comment.