Skip to content

Commit 2c97224

Browse files
committed
feat: trigger quality on push
1 parent 584012f commit 2c97224

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/quality-checks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ concurrency:
66
cancel-in-progress: true
77
on:
88
pull_request:
9+
push:
910
jobs:
1011
quality-checks:
1112
runs-on: ubuntu-20.04
@@ -19,11 +20,9 @@ jobs:
1920
with:
2021
node-version: 20.18.0
2122
cache: 'npm'
22-
23+
2324
- name: Install dependencies
2425
run: npm install
25-
26+
2627
- name: Run quality checks
2728
run: npm run quality
28-
29-

0 commit comments

Comments
 (0)