Skip to content

Commit 1be2e1d

Browse files
committed
chore: Update linters workflow to include pull request triggers
1 parent 08be447 commit 1be2e1d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/linters.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: linters
2-
on: push
2+
on:
3+
push:
4+
branches: [main]
5+
pull_request:
6+
7+
concurrency:
8+
group: ${{ github.event.pull_request.number || github.ref }}
9+
cancel-in-progress: true
10+
311
jobs:
412
standardrb:
513
strategy:

0 commit comments

Comments
 (0)