Skip to content

Commit

Permalink
Merge pull request #59 from project-error/fix/ci02
Browse files Browse the repository at this point in the history
Fix/ci02
  • Loading branch information
antonstjernquist authored Sep 7, 2022
2 parents 27c2a2e + 81b240f commit e0abbc9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
- develop

jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tests - Server & Client
on: [push]
on:
push:
branches:
- '**'

jobs:
test:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tests - Web, UI
on: [push]
on:
push:
branches:
- '**'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion i18next-parser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
lineEnding: 'auto',
// Control the line ending. See options at https://github.com/ryanve/eol

locales: ['en', 'sv', 'es', 'en-GB'],
locales: ['en', 'sv'],
// An array of the locales in your applications

namespaceSeparator: 'false',
Expand Down

0 comments on commit e0abbc9

Please sign in to comment.