Skip to content

Commit 1af9078

Browse files
authored
chore: run validation workflow on all pushes (#40)
1 parent 69aa119 commit 1af9078

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: code-quality
22

33
on:
4-
workflow_dispatch:
5-
pull_request:
64
push:
7-
branches:
8-
- main
5+
96
jobs:
10-
ci:
7+
code-quality:
118
runs-on: ${{ matrix.os }}
129

1310
strategy:

0 commit comments

Comments
 (0)