Skip to content

Commit 7654e37

Browse files
committed
Enable quality checks on branch push
1 parent 67f54e5 commit 7654e37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: quality
2-
on: [pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
branches: [main]
36

47
jobs:
58
build:

0 commit comments

Comments
 (0)