Skip to content

Commit

Permalink
turn prettier back on
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Brose <kim.brose@nordeck.net>
  • Loading branch information
HarHarLinks committed Nov 20, 2024
1 parent ffbbd29 commit b5798c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/element-with-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ api-report.md
# Ignore the helm chart
charts/
e2e/playwright-report/

.github/

0 comments on commit b5798c0

Please sign in to comment.