From b5798c04b42e12f562aaa8b20b026d459d992ca6 Mon Sep 17 00:00:00 2001 From: Kim Brose Date: Wed, 20 Nov 2024 09:59:05 +0100 Subject: [PATCH] turn prettier back on Signed-off-by: Kim Brose --- .github/workflows/element-with-modules.yml | 10 +++++----- .prettierignore | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/element-with-modules.yml b/.github/workflows/element-with-modules.yml index af8891e..6f888c8 100644 --- a/.github/workflows/element-with-modules.yml +++ b/.github/workflows/element-with-modules.yml @@ -2,14 +2,14 @@ name: Element with modules on: push: - branches: # we want to build the widgets from the push into Element staging and publish a main container + branches: # we want to build the widgets from the push into Element staging and publish a main container - main - tags: # we want to build the stable widgets into stable Element and publish the container + tags: # we want to build the stable widgets into stable Element and publish the container - '@nordeck/element*module*' - pull_request: # we want to build the widgets from the PR into Element develop & staging - schedule: # we want to build the stable widgets into stable Element and publish the container, plus a verification of all dev versions on a daily basis + pull_request: # we want to build the widgets from the PR into Element develop & staging + schedule: # we want to build the stable widgets into stable Element and publish the container, plus a verification of all dev versions on a daily basis - cron: '0 5 * * 1-5' - workflow_dispatch: # we build whatever the user inputs and publish the container + workflow_dispatch: # we build whatever the user inputs and publish the container inputs: element: description: 'Element Web version (git ref)' diff --git a/.prettierignore b/.prettierignore index a41f9da..0a2d68b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,5 +7,3 @@ api-report.md # Ignore the helm chart charts/ e2e/playwright-report/ - -.github/