Skip to content

Commit

Permalink
Merge branch 'main' into app-redesign
Browse files Browse the repository at this point in the history
Signed-off-by: Geometrically <[email protected]>
  • Loading branch information
Geometrically authored Nov 27, 2024
2 parents 54405bf + 7184c5f commit d133ff9
Show file tree
Hide file tree
Showing 27 changed files with 3,735 additions and 1,849 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/daedalus-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: daedalus-docker-build

on:
push:
branches: ['main']
branches:
- '**'
paths:
- .github/workflows/daedalus-docker.yml
- 'apps/daedalus_client/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/labrinth-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: docker-build

on:
push:
branches: ['main']
branches:
- '**'
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
Expand Down
Loading

0 comments on commit d133ff9

Please sign in to comment.