Skip to content

Commit

Permalink
Run linting also on PRs towards dev branch (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Ross <[email protected]>
  • Loading branch information
philross and Philipp Ross authored Nov 29, 2023
1 parent c0bac57 commit ee12ea8
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 @@ -4,7 +4,7 @@ on:
push:
branches: '**'
pull_request:
branches: [ main ]
branches: ['main', 'dev']

permissions:
checks: write
Expand Down

0 comments on commit ee12ea8

Please sign in to comment.