Skip to content

Commit

Permalink
demo1
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmiglani committed Jan 5, 2025
1 parent 37dcf71 commit 2a0a0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy React App via CodeDeploy

on:
# push:
# branches:
# - main
push:
branches:
- main
workflow_dispatch: {}

permissions:
Expand Down
2 changes: 1 addition & 1 deletion application/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const App = () => {

return (
<>
<h1>Task Manager</h1>
<h1>Task Manager-1</h1>
<div>
<form onSubmit={handleAddTask}>
<input type='text' name='task' placeholder='Enter a task...' />
Expand Down

0 comments on commit 2a0a0fd

Please sign in to comment.