Skip to content

Commit

Permalink
ci: run lint check workflow on pull request changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Sep 27, 2024
1 parent 04f200f commit f2d7b1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Lint check

on: push
on:
push:
pull_request:
types: [opened, synchronize, reopened]

jobs:
lint-check:
Expand Down

0 comments on commit f2d7b1a

Please sign in to comment.