Skip to content

Commit

Permalink
updated workflow and readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tashfiqul-islam committed Jan 14, 2024
1 parent 54819a0 commit f080cf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Deploy metro-station-finder
on:
push:
branches: ['master']
paths:
- '**'
- '!readme.md' # Exclude readme.md from triggering the workflow
paths-ignore:
- 'readme.md' # Ignore changes to readme.md
workflow_dispatch:

permissions:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
</p>

<!-- GitHub Profile README GIF -->
<img src="https://github.com/tashfiqul-islam/metro-station-finder/raw/master/public/metro-station-finder.gif" alt="Metro Station Finder">
<p align="center">
<img src="https://github.com/tashfiqul-islam/metro-station-finder/raw/master/public/metro-station-finder.gif" alt="Metro Station Finder" style="max-width: 100%; height: auto;">
</p>

<br>

Expand Down

0 comments on commit f080cf9

Please sign in to comment.