Skip to content

Commit

Permalink
fix: linter workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl authored May 31, 2023
1 parent f9e6917 commit 5ac7892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build, Lint, and Test

on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [master]

jobs:
build-lint-test:
Expand Down

0 comments on commit 5ac7892

Please sign in to comment.