diff options
| author | jannfis <jann@mistrust.net> | 2020-08-12 08:20:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 08:20:56 +0200 |
| commit | 7670c645c2f94117e3abe492f2ba02a65108b44b (patch) | |
| tree | 0123f1013b2e1b62a3680aaed9f96c3415c49f00 /.github/workflows | |
| parent | 962e9c1863a7474a1c4441b43ffd8c0b42ed2fbf (diff) | |
refactor: Make registry client mockable and provide first set of unit tests (#42)
* refactor: Redesign of registry client
* More unit tests
* Sneak in some GH actions related change
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/spelling.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 7051ca8..eec6e18 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -1,6 +1,9 @@ name: Spell checking on: push: + branches: + - master + - 'release-*' pull_requests: branches: - master |
