Skip to content

Commit

Permalink
Merge pull request #119 from bento-platform/ci/fix-lint-target-branch
Browse files Browse the repository at this point in the history
ci: fix target branch in lint workflow
  • Loading branch information
davidlougheed authored May 31, 2024
2 parents a1a88e6 + 414456f commit 4d50d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint
on:
push:
branches:
- main
- master
pull_request:
jobs:
lint:
Expand Down

0 comments on commit 4d50d19

Please sign in to comment.