Skip to content

Commit

Permalink
Fix typo (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj authored Jan 12, 2022
1 parent a581e6a commit 490c7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
braches: [1.x]
branches: [1.x]
pull_request:
branches: [1.x]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
braches: [2.x]
branches: [2.x]
pull_request:
branches: [2.x]

Expand Down

0 comments on commit 490c7ea

Please sign in to comment.