Skip to content

Commit

Permalink
fix: Branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ferrier committed Jul 31, 2022
1 parent be95809 commit 47e92b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
commit_lint:
Expand Down

0 comments on commit 47e92b0

Please sign in to comment.