Skip to content

Commit 9dfc583

Browse files
authored
Merge pull request #5 from N3XT0R/feature/7-schema-normalization
Feature/7 schema normalization
2 parents fd9d44f + aa3814f commit 9dfc583

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+10107
-244
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: [ feature-*, develop, dev-*, master ]
5+
branches: [ feature/*, develop, dev-*, master ]
66
tags:
77
- '*'
88
pull_request:
9-
branches: [ feature-*, develop, dev-*, master ]
9+
branches: [ feature/*, develop, dev-*, master ]
1010

1111
jobs:
1212
test-mysql:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/.idea/
33
/.qlty/
44
build/
5-
composer.lock
65
.phpunit.result.cache
76
/coverage/clover.xml
87
.hadolint.yaml

0 commit comments

Comments
 (0)