Skip to content

Commit

Permalink
belindas_closet_android_4_142_delete_non_md_files (#225)
Browse files Browse the repository at this point in the history
* Delete LICENSE

File no longer needed.

* updating on-pull-request.yml to trigger for md files

* comment to trigger CI

---------

Co-authored-by: taylorpapke <[email protected]>
  • Loading branch information
brandondombrowsky and taylorpapke authored Dec 2, 2023
1 parent 100d999 commit 92f8783
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- '**.kt'
- '**/*.xml' # Matches all XML files in any directory
- '**/*.png' # Matches all PNG files in any directory
- '**/*.md' # Matches all MD files in any directory
# Add any other file patterns you need to include

jobs:
Expand Down
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fun LoginPage(navController: NavHostController) {
Spacer(modifier = Modifier.height(25.dp))
}

// Mascot image
// mascot image
Box(
modifier = Modifier
.fillMaxWidth()
Expand Down

0 comments on commit 92f8783

Please sign in to comment.