Skip to content

Commit

Permalink
Update lint-and-check-formatting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neukym authored Feb 18, 2024
1 parent d2d5a46 commit 687644d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-and-check-formatting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Perform linting checks
on: [ push, pull_request ]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 687644d

Please sign in to comment.